summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-07-06 22:51:22 -0700
committerBen Longbons <b.r.longbons@gmail.com>2012-07-06 22:51:22 -0700
commitcf14f8379f9315859d2d829f40c219e04fdd88f5 (patch)
treefdb17abffeb9dfea12be984bdcb8e73a5a6cda2b
parent75e3dc137ae4916a47cdd748fd10cd4ed9c438b3 (diff)
downloadtmwa-cf14f8379f9315859d2d829f40c219e04fdd88f5.tar.gz
tmwa-cf14f8379f9315859d2d829f40c219e04fdd88f5.tar.bz2
tmwa-cf14f8379f9315859d2d829f40c219e04fdd88f5.tar.xz
tmwa-cf14f8379f9315859d2d829f40c219e04fdd88f5.zip
Let 'make install' work if destination directory doesn't exist yet.
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
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})