]> git.neil.brown.name Git - wiggle.git/commit
Use install(1) -d explicitly, avoiding the need for -D
authorAndreas Kohn <andreas.kohn@gmail.com>
Tue, 13 May 2014 23:06:36 +0000 (01:06 +0200)
committerAndreas Kohn <andreas.kohn@gmail.com>
Tue, 13 May 2014 23:10:13 +0000 (01:10 +0200)
commit2fc27c653d96394682bdc79c0462fdeac42ee85b
tree9a18f57c8067b9e687f806e2bca1c3441ab89559
parent920f58a366c391185a44fe1b441b807c66a4d3f6
Use install(1) -d explicitly, avoiding the need for -D

-D isn't available on MacOS X by default, but there is not much point
here in using it: we can just create the directories first.
Makefile