From 22922c385727325232c5c2a1e896230b6da8252d Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Sun, 29 Oct 2017 08:42:20 +0100 Subject: [PATCH] Tell install to create $(BINDIR) if it doesn't exist See issue #68 --- Makefile.osx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.osx b/Makefile.osx index 8d68fa2..c971db7 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -25,7 +25,8 @@ clean: .PHONY: install install: contrib $(PROGNAME) - install -m 555 ./precomp $(BINDIR) + install -d $(BINDIR) + install -m 555 precomp $(BINDIR) bzip2: make -C contrib/bzip2