Skip to content
Snippets Groups Projects
Commit f6c01966 authored by sof's avatar sof
Browse files

[project @ 1999-10-12 13:00:52 by sof]

install (INSTALL_PROGS): a ; too many
parent 38b2065d
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment