changeset 26861:35bb555d7a54

Simplify codec-cfg-test command with $^.
author diego
date Tue, 27 May 2008 11:28:00 +0000
parents f54c19f66dad
children 4e767be57263
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue May 27 11:25:18 2008 +0000
+++ b/Makefile	Tue May 27 11:28:00 2008 +0000
@@ -876,7 +876,7 @@
 	$(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))