should work on linux now, creates directories if needed...closes #9

This commit is contained in:
Bjorn Andersson 2007-02-10 17:37:46 +00:00
parent ac5d65b924
commit 16379e14b1

View File

@ -1,7 +1,7 @@
PREFIX=/usr/local
INSTALL=/usr/bin/install
INSTALL_FLAGS= -S
INSTALL_FLAGS= -d
RM=rm
RM_FLAGS=-f