summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3b2275a..6dbd398 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,7 +57,9 @@ SUBDIRS=src test
# make used in combination with gcc will maintain dependency
# information automatically.
#
-.PHONY: test
+.PHONY: all lib progs test install uninstall dep depend clean mostlyclean \
+ distclean maintainer-clean
+
all lib progs test install uninstall TAGS dep depend:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \