Commit 0b3e922e by Maarten L. Hekkelman

fix for BSD install

parent f807db77
......@@ -159,7 +159,8 @@ rsrc/version.txt: $(REVISION_FILE) | rsrc
.PHONY: install
install: $(PROGRAMS)
for p in $(PROGRAMS); do install -D $$p $(bindir)/$$p; done
install -d $(bindir)
for p in $(PROGRAMS); do install $$p $(bindir)/$$p; done
.PHONY: FORCE
FORCE:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment