From ebe974e9e433aadd9f0900544c1101b99167566b Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Sat, 20 May 2006 00:36:18 +0000
Subject: [PATCH] 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
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab