From c8299b347ac56f96b33db7afa38422cb17f45ccd Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 11 Feb 1998 23:29:18 -0500 Subject: [svn-r256] Target 'all' appeared twice, thus make repeated an extra time. No harm, just looked strange. Removed 'all' from the second appearance. Tested in a O2K. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12