Revert "Makefile: replace $(RM) with rm"

This reverts commit bb0a33f030.
This commit is contained in:
Jörg Thalheim 2013-11-19 21:18:27 +01:00
parent 15845e2efe
commit 8478500f4e
1 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@ export: www
$(DATESTAMP): $(DATESTAMP):
mkdir -p build mkdir -p build
rm $(wildcard build/.stamp-*) $(RM) $(wildcard build/.stamp-*)
touch $@ touch $@
### Regeln für den XSLT-Prozess ### ### Regeln für den XSLT-Prozess ###
@ -293,7 +293,7 @@ build/%.html.xhtml5-validate: build/%.html
### Die neuesten Chaosupdates holen ### ### Die neuesten Chaosupdates holen ###
$(WWW_CCC_DE_UPDATES).orig: $(DATESTAMP) $(WWW_CCC_DE_UPDATES).orig: $(DATESTAMP)
rm $@ $(RM) $@
$(WGET) -O $@ -4 http://www.ccc.de/de/rss/updates.rdf $(WGET) -O $@ -4 http://www.ccc.de/de/rss/updates.rdf
$(WWW_CCC_DE_UPDATES): $(WWW_CCC_DE_UPDATES).orig $(WWW_CCC_DE_UPDATES): $(WWW_CCC_DE_UPDATES).orig
@ -302,5 +302,5 @@ $(WWW_CCC_DE_UPDATES): $(WWW_CCC_DE_UPDATES).orig
### Mr. Propper ### ### Mr. Propper ###
.PHONY: clean .PHONY: clean
clean: clean:
rm $(CLEAN) news.xml $(RM) $(CLEAN) news.xml
rm -r portal $(RM) -r portal