From ca6a9c1a3872782cea7954b42492060e3f68102a Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 19 Feb 2017 17:54:14 +0100 Subject: [PATCH] Fixed Makefile for OSX, do not use install -t. Fixed #46 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ca1cf5..3f635fe 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ clean: install: install -d $(DESTDIR)$(mandir)/man6 - install -m644 -t $(DESTDIR)$(mandir)/man6 nms.6 sneakers.6 + install -m644 nms.6 sneakers.6 $(DESTDIR)$(mandir)/man6 install -d $(DESTDIR)$(bindir) cd $(BIN) && install * $(DESTDIR)$(bindir)