From 36df8a18ffca4a10701e7f8fbe9531312db73dca Mon Sep 17 00:00:00 2001 From: toidinamai Date: Sun, 13 Jan 2008 02:34:28 +0000 Subject: [PATCH] Makefile: yet another date stamping fix git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1066 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6c8376474..0669c80a0 100644 --- a/Makefile +++ b/Makefile @@ -158,9 +158,9 @@ content/datenspuren/schedule.xml: content/static/datenspuren/fahrplan/days.de.ht ### Die neuesten Chaosupdates holen ### $(WWW_CCC_DE_UPDATES): $(DATESTAMP) - $(WGET) http://www.ccc.de/updates/$(WWW_CCC_DE_UPDATES) || \ + $(RM) $@ + $(WGET) -O $@ http://www.ccc.de/updates/$(WWW_CCC_DE_UPDATES) || \ cp chaosupdates-2006-01-02.rdf $@ - touch $@ ### Mr. Propper ### .PHONY: clean