summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-20 00:36:18 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-20 00:36:18 +0000
commitebe974e9e433aadd9f0900544c1101b99167566b (patch)
tree0a0a4e1992827bb7936b70d2e584473622267155 /Makefile
parent6d92d53d41153232cc3dcaf9a025c3782195adbc (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a8df040f..520d86c83 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