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