From cf14f8379f9315859d2d829f40c219e04fdd88f5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 6 Jul 2012 22:51:22 -0700 Subject: Let 'make install' work if destination directory doesn't exist yet. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 9ae27ca..4162d7a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -78,4 +78,5 @@ include deps.make prefix=/usr/local install: + install -d ${prefix}/bin/ install -t ${prefix}/bin/ $(wildcard ${PROGS}) -- cgit v1.2.3-60-g2f50