aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 14:09:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 14:09:18 +0000
commit0bb78235cbc291e0e2fb0e97c9eae63c4da0c209 (patch)
tree5664ac022a9b86dcf0259e7cffea0b4c0b628238 /agi
parent55abc954ce19867dd11438541f8647597d14bcd4 (diff)
- specify that 'all' is a .PHONY target
- add a copyright header to the build_tools Makefile - remove 'depend' from the 'all' target in agi/ and utils/ since it is handled by the main Makefile already git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35479 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/agi/Makefile b/agi/Makefile
index e2ca9e19f..21c1d5799 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: clean clean-depend
+.PHONY: clean clean-depend all
AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi
@@ -20,7 +20,7 @@ ifeq ($(OSARCH),SunOS)
LIBS=-lsocket -lnsl ../strcompat.o
endif
-all: depend $(AGIS)
+all: $(AGIS)
install: all
mkdir -p $(DESTDIR)$(AGI_DIR)