From b70a7c6a7c619f49d1af27b6652ad1aacee9fb02 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 22 Jun 2006 11:27:03 +0000 Subject: add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets since they are targets that do not have resulting files and are never listed as prerequisites to real targets. Using .PHONY in this manner improves make performance by never having to check for resulting files. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35415 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'codecs/Makefile') diff --git a/codecs/Makefile b/codecs/Makefile index d4212a87d..3938fa8e8 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -11,6 +11,8 @@ # the GNU General Public License # +.PHONY: clean clean-depend + ifneq ($(wildcard ../menuselect.makeopts),) include ../menuselect.makeopts endif -- cgit v1.2.3