From 0519da8442c3df6e2cf531569cc3472d5ac6e05b Mon Sep 17 00:00:00 2001 From: john stone Date: Wed, 27 Jun 2012 19:30:45 +0200 Subject: [PATCH] added Makefile fix. This fix is to allow an automatic build from fresh clone. build dir hasn't been created --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 36a6ed515..b3fc8f448 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,7 @@ export: www $(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/ $(DATESTAMP): + mkdir -p build $(RM) $(wildcard build/.stamp-*) touch $@