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 953e6aa..de6c009 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,13 +57,13 @@ SUBDIRS=src test
# make used in combination with gcc will maintain dependency
# information automatically.
#
-all lib progs test install uninstall TAGS dep depend:
+all lib progs test _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
+.PHONY: all lib progs test _test install uninstall dep depend clean \
+ mostlyclean distclean maintainer-clean
clean mostlyclean:
@@SETX@; for d in $(SUBDIRS); do \