[MPlayer-DOCS] [homepage]: r2817 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Mar 6 10:51:33 CET 2007


Author: diego
Date: Tue Mar  6 10:51:33 2007
New Revision: 2817

Modified:
   trunk/Makefile

Log:
Remove useless conditional from designs rule.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Mar  6 10:51:33 2007
@@ -35,7 +35,7 @@
 homepage: $(DESIGNS)
 
 $(DESIGNS):
-	make -C $@ -f $(if $(filter-out Makefile,$(MAKEFILE_LIST)), $(MAKEFILE_LIST), ../Makefile) INTERNAL=yes
+	make -C $@ -f ../Makefile INTERNAL=yes
 
 clean:
 	rm -f $(addsuffix /*.html,$(DESIGNS))



More information about the MPlayer-DOCS mailing list