dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@28894 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-05-20 00:36:18 +00:00
parent e92fdac6ad
commit 1972f752e7
1 changed files with 1 additions and 1 deletions

View File

@ -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