summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-22 15:38:13 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-22 15:38:13 +0000
commit48ae9f0d4f1b7b1f9fd96d222fad4de9c4187e9a (patch)
tree84ae9496cf8d560233b5fc10215fab82f2fc0cc7 /res/Makefile
parent778d0f0c0a77e53766e91175bf5ee83737a8a3b3 (diff)
- 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: https://origsvn.digium.com/svn/asterisk/trunk@35503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index 6b7dd3b0c..9ee5a2e62 100644
--- a/res/Makefile
+++ b/res/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