[MPlayer-cvslog] r24288 - trunk/Makefile

cehoyos subversion at mplayerhq.hu
Wed Aug 29 12:12:24 CEST 2007


Author: cehoyos
Date: Wed Aug 29 12:12:24 2007
New Revision: 24288

Log:
Silence make's 'Please run configure again' if it was already run.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Aug 29 12:12:24 2007
@@ -314,7 +314,7 @@ strip:
 	strip -s $(ALL_PRG)
 
 # ./configure must be rerun if it changed
-config.h: configure
+config.mak: configure
 	@echo "############################################################"
 	@echo "####### Please run ./configure again - it's changed! #######"
 	@echo "############################################################"



More information about the MPlayer-cvslog mailing list