From 16379e14b144c76aec87c4642966670c0b1d531d Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Sat, 10 Feb 2007 17:37:46 +0000 Subject: [PATCH] should work on linux now, creates directories if needed...closes #9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51b9d4c..4255680 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX=/usr/local INSTALL=/usr/bin/install -INSTALL_FLAGS= -S +INSTALL_FLAGS= -d RM=rm RM_FLAGS=-f