aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 00:09:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 00:09:18 +0000
commit37ffe256c43c183194a4b38e36ee793179dde3d8 (patch)
treead0262a56ca432b591764c9d323b1ec714d9a895 /Makefile
parent58dec5d37c8ac7ee9e1f2a52821ae40861b37626 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 540d7a5bc..8c0f330f6 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: