added Makefile fix.

This fix is to allow an automatic build from fresh clone.
build dir hasn't been created
This commit is contained in:
john stone 2012-06-27 19:30:45 +02:00
parent 3cc028e832
commit 0519da8442
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ export: www
$(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/
$(DATESTAMP):
mkdir -p build
$(RM) $(wildcard build/.stamp-*)
touch $@