[project @ 1999-10-12 13:00:52 by sof]
authorsof <unknown>
Tue, 12 Oct 1999 13:00:52 +0000 (13:00 +0000)
committersof <unknown>
Tue, 12 Oct 1999 13:00:52 +0000 (13:00 +0000)
install (INSTALL_PROGS): a ; too many

mk/target.mk

index a48358c..9ec355c 100644 (file)
@@ -603,7 +603,7 @@ install:: $(INSTALL_PROGS)
        @$(INSTALL_DIR) $(bindir)
        @for i in $(INSTALL_PROGS); do \
                    echo $(INSTALL_PROGRAM) $(INSTALL_BIN_OPTS) $$i $(bindir); \
-                   $(INSTALL_PROGRAM) $(INSTALL_BIN_OPTS) $$i $(bindir) ;;  \
+                   $(INSTALL_PROGRAM) $(INSTALL_BIN_OPTS) $$i $(bindir) ;  \
        done
 endif