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 --- codecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs/Makefile') diff --git a/codecs/Makefile b/codecs/Makefile index 3938fa8e8..4ac7aa976 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -11,7 +11,7 @@ # the GNU General Public License # -.PHONY: clean clean-depend +.PHONY: clean clean-depend all ifneq ($(wildcard ../menuselect.makeopts),) include ../menuselect.makeopts -- cgit v1.2.3