diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-06 22:51:22 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-06 22:51:22 -0700 |
commit | cf14f8379f9315859d2d829f40c219e04fdd88f5 (patch) | |
tree | fdb17abffeb9dfea12be984bdcb8e73a5a6cda2b /GNUmakefile | |
parent | 75e3dc137ae4916a47cdd748fd10cd4ed9c438b3 (diff) | |
download | tmwa-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.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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}) |