From d1dfe22397ee8c4acc5998adf35e941ad85f5553 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 1 Jun 2006 00:09:18 +0000 Subject: [PATCH] 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: