From 9b1d7f9fa8d31f980565c912dbba9a4629383e7a Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 22 Jun 2006 15:38:13 +0000 Subject: - convert the 'uninstall' target to use separate targets to process each subdirectory instead of a for loop - remove the FORCE target from the main Makefile and add the couple places I used it to the .PHONY target. .PHONY does the same thing and is a built-in more efficient way of doing it. - add a bunch more targets to .PHONY ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35503 f38db490-d61c-443f-a65b-d21fe96a405b --- formats/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats/Makefile') diff --git a/formats/Makefile b/formats/Makefile index 1a306d2f2..8440aa0dd 100644 --- a/formats/Makefile +++ b/formats/Makefile @@ -11,7 +11,7 @@ # the GNU General Public License # -.PHONY: clean clean-depend all depend +.PHONY: clean clean-depend all depend uninstall ifneq ($(wildcard ../menuselect.makeopts),) include ../menuselect.makeopts -- cgit v1.2.3