From: Russell Bryant Date: Sat, 20 May 2006 00:36:18 +0000 (+0000) Subject: defaults.h must be listed as a dependency after the cleantest because if it X-Git-Tag: 1.4.0-beta1~1303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebe974e9e433aadd9f0900544c1101b99167566b;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile b/Makefile index 6a8df040f6..520d86c838 100644 --- a/Makefile +++ b/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