Makefile: yet another date stamping fix
git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1066 31f61c52-7bfb-0310-b897-fc00f8a278f0ds2013
parent
a7cf1d386e
commit
36df8a18ff
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue