aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-20 00:36:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-20 00:36:18 +0000
commit1972f752e7d1aef0eab3be21b24c9d11ebb4ca2d (patch)
tree0a0a4e1992827bb7936b70d2e584473622267155 /Makefile
parente92fdac6ada81955f69ce4324436881af8a73d3f (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: http://svn.digium.com/svn/asterisk/trunk@28894 f38db490-d61c-443f-a65b-d21fe96a405b
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