Simplify codec-cfg-test command with $^.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26893 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-27 11:28:00 +00:00
parent e236fc558e
commit 5d7c1d1a37
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ codecs2html$(EXESUF): codec-cfg.c $(TEST_OBJS)
$(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))