diff Makefile @ 35897:23ae72ee9c04

build: Drop mp_msg dependencies for codec-cfg-test.
author diego
date Sun, 17 Mar 2013 22:20:46 +0000
parents 0553bd41eb78
children 952818cdfe94
line wrap: on
line diff
--- a/Makefile	Sun Mar 17 22:20:42 2013 +0000
+++ b/Makefile	Sun Mar 17 22:20:46 2013 +0000
@@ -1009,7 +1009,7 @@
 
 TEST_OBJS = mp_msg.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
 
-codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h $(TEST_OBJS)
+codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h
 	$(CC) -I. -Iffmpeg -DTESTING -o $@ $^
 
 codecs2html$(EXESUF): codec-cfg.c help_mp.h