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