mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
defaults.h must be listed as a dependency after the cleantest because if it
forces a make clean, it has to be regenerated. This fixes the problem that people have been seeing where the build would fail complaining about defaults.h not being present. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -367,7 +367,7 @@ _all: all
|
||||
@echo " + make install +"
|
||||
@echo " +-------------------------------------------+"
|
||||
|
||||
all: cleantest config.status menuselect.makeopts depend asterisk subdirs
|
||||
all: cleantest defaults.h config.status menuselect.makeopts depend asterisk subdirs
|
||||
|
||||
config.status: configure
|
||||
@CFLAGS="" ./configure
|
||||
|
Reference in New Issue
Block a user