summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 724d5e279f..8d087e2b42 100644
--- a/Makefile
+++ b/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))