aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 11:27:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 11:27:03 +0000
commitb70a7c6a7c619f49d1af27b6652ad1aacee9fb02 (patch)
tree8fae030e65855b248a90da016abcfa9e42710145 /build_tools
parent79e7aea754698d38559d1c1f618315fbf058e491 (diff)
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
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/Makefile b/build_tools/Makefile
index eb8e6e3a7..9d54b0139 100644
--- a/build_tools/Makefile
+++ b/build_tools/Makefile
@@ -1,3 +1,5 @@
+.PHONY: clean dist-clean
+
MENUSELECT_OBJS=menuselect.o menuselect_curses.o
MENUSELECT_CFLAGS=-g -c -D_GNU_SOURCE -DMENUSELECT -I../ -I../include/
MENUSELECT_LIBS=../mxml/libmxml.a