dect
/
asterisk
Archived
13
0
Fork 0

fix the problem where defaults.h is missing after a forced make clean in a

different way that actually works


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31225 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-06-01 00:09:18 +00:00
parent 58dec5d37c
commit 37ffe256c4
1 changed files with 2 additions and 1 deletions

View File

@ -371,7 +371,7 @@ _all: all
@echo " + make install +"
@echo " +-------------------------------------------+"
all: cleantest defaults.h config.status menuselect.makeopts depend asterisk subdirs
all: cleantest config.status menuselect.makeopts depend asterisk subdirs
config.status: configure
@CFLAGS="" ./configure
@ -907,6 +907,7 @@ env:
cleantest:
@if cmp -s .cleancount .lastclean ; then echo ; else \
$(MAKE) clean; cp -f .cleancount .lastclean;\
$(MAKE) defaults.h;\
fi
_uninstall: