From c399a06450d35aada550b349861a7b281b50f164 Mon Sep 17 00:00:00 2001 From: Russell Bryant 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: https://origsvn.digium.com/svn/asterisk/trunk@35415 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'codecs') 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