[MPlayer-cvslog] r31402 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Jun 14 13:24:55 CEST 2010


Author: diego
Date: Mon Jun 14 13:24:55 2010
New Revision: 31402

Log:
Add a command to the binary build rule.
This allows running the 'tests' and 'tools' targets again.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Jun 14 13:16:30 2010	(r31401)
+++ trunk/Makefile	Mon Jun 14 13:24:55 2010	(r31402)
@@ -875,6 +875,7 @@ version.h: version.sh
 	./$< `$(CC) -dumpversion`
 
 %$(EXESUF): %.c
+	$(CC) $(CFLAGS) -o $@ $^
 
 
 


More information about the MPlayer-cvslog mailing list