From 0bb78235cbc291e0e2fb0e97c9eae63c4da0c209 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 22 Jun 2006 14:09:18 +0000 Subject: - specify that 'all' is a .PHONY target - add a copyright header to the build_tools Makefile - remove 'depend' from the 'all' target in agi/ and utils/ since it is handled by the main Makefile already git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35479 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a81adb77..81109336f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ .EXPORT_ALL_VARIABLES: -.PHONY: sounds clean clean-depend dist-clean +.PHONY: sounds clean clean-depend dist-clean all # Create OPTIONS variable OPTIONS= -- cgit v1.2.3