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