mirror of https://github.com/mpv-player/mpv
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:
parent
e236fc558e
commit
5d7c1d1a37
2
Makefile
2
Makefile
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue