From ddb0e59eb041414bdcc5c5fe1d514d2423163f66 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 22 Jun 2006 15:08:08 +0000 Subject: - specify that 'depend' is a .PHONY target - use separate targets instead of a for loop for doing 'make depend' for each sub directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35501 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 7ceac360c..012858202 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -11,7 +11,7 @@ # the GNU General Public License # -.PHONY: clean clean-depend all +.PHONY: clean clean-depend all depend ifneq ($(wildcard ../menuselect.makeopts),) include ../menuselect.makeopts -- cgit v1.2.3