From: Russell Bryant Date: Thu, 1 Jun 2006 00:09:18 +0000 (+0000) Subject: fix the problem where defaults.h is missing after a forced make clean in a X-Git-Tag: 1.4.0-beta1~1129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1dfe22397ee8c4acc5998adf35e941ad85f5553;p=thirdparty%2Fasterisk.git fix the problem where defaults.h is missing after a forced make clean in a different way that actually works git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31225 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 540d7a5bc7..8c0f330f69 100644 --- a/Makefile +++ b/Makefile @@ -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: