Makefile: delete other date stamps every time a new one is made

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1063 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2008-01-13 02:06:06 +00:00
parent f4781c0e96
commit 8a44d904e7
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ export: www
$(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/
$(DATESTAMP):
$(RM) $(wildcard build/.stamp-*)
touch $@
### Regeln für den XSLT-Prozess ###