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
1.4
Russell Bryant 19 years ago
parent 6d92d53d41
commit ebe974e9e4

@ -367,7 +367,7 @@ _all: all
@echo " + make install +" @echo " + make install +"
@echo " +-------------------------------------------+" @echo " +-------------------------------------------+"
all: cleantest config.status menuselect.makeopts depend asterisk subdirs all: cleantest defaults.h config.status menuselect.makeopts depend asterisk subdirs
config.status: configure config.status: configure
@CFLAGS="" ./configure @CFLAGS="" ./configure

Loading…
Cancel
Save