[MPlayer-cvslog] r26893 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue May 27 13:28:01 CEST 2008


Author: diego
Date: Tue May 27 13:28:00 2008
New Revision: 26893

Log:
Simplify codec-cfg-test command with $^.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue May 27 13:28:00 2008
@@ -876,7 +876,7 @@ codecs2html$(EXESUF): codec-cfg.c $(TEST
 	$(CC) -I. -DCODECS2HTML $^ -o $@
 
 codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS)
-	$(CC) -I. -DTESTING -o $@ $< $(TEST_OBJS)
+	$(CC) -I. -DTESTING -o $@ $^
 
 liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o))
 



More information about the MPlayer-cvslog mailing list