diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-27 11:09:17 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-27 11:09:17 +0000 |
commit | 196593fbd4aca8cef0a2928ac0865edd71cd305f (patch) | |
tree | 60b122665cb199543a17cc31bdb52b6a8ef7c215 /Makefile | |
parent | 250f52082d0793c7bc170f92012abba20c32cfa7 (diff) |
Correct dependency declaration for codec-cfg-test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26884 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -878,8 +878,8 @@ tags: TEST_OBJS = mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm -codec-cfg-test$(EXESUF): codecs.conf.h codec-cfg.h $(TEST_OBJS) - $(CC) -I. -DTESTING -o $@ codec-cfg.c $(TEST_OBJS) +codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS) + $(CC) -I. -DTESTING -o $@ $< $(TEST_OBJS) liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) |