From 9db0520ff9ab3a28553802b5fdf5df5b34d8b071 Mon Sep 17 00:00:00 2001 From: Russell Bryant 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: https://origsvn.digium.com/svn/asterisk/trunk@35479 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- sounds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sounds') diff --git a/sounds/Makefile b/sounds/Makefile index 5ab9eaf8c..5655d420e 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -11,7 +11,7 @@ # the GNU General Public License # -.PHONY: dist-clean +.PHONY: dist-clean all ifneq ($(wildcard ../menuselect.makeopts),) include ../menuselect.makeopts -- cgit v1.2.3