changeset 26852:57ab5c4751da

Correct dependency declaration for codec-cfg-test.
author diego
date Tue, 27 May 2008 11:09:17 +0000
parents 7a2fff6becf9
children e65d18801796
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue May 27 11:05:43 2008 +0000
+++ b/Makefile	Tue May 27 11:09:17 2008 +0000
@@ -878,8 +878,8 @@
 
 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))