aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
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)