[MPlayer-DOCS] [homepage]: r2810 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue Mar 6 10:33:40 CET 2007
Author: diego
Date: Tue Mar 6 10:33:40 2007
New Revision: 2810
Modified:
trunk/Makefile
Log:
Simplify clean rule.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Mar 6 10:33:40 2007
@@ -38,7 +38,7 @@
all: $(DESIGNS)
clean:
- rm -f $(foreach des, $(DESIGNS), $(des)/*.html)
+ rm -f $(addsuffix /*.html,$(DESIGNS))
$(DESIGNS):
make -C $@ -f $(if $(filter-out Makefile,$(MAKEFILE_LIST)), $(MAKEFILE_LIST), ../Makefile) INTERNAL=yes
More information about the MPlayer-DOCS
mailing list