summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 45ac3de0e7..5e75f4189b 100644
--- a/Makefile
+++ b/Makefile
@@ -875,8 +875,8 @@ tags:
TEST_OBJS = mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
-codecs2html$(EXESUF): mp_msg-mencoder.o
- $(CC) -I. -DCODECS2HTML codec-cfg.c $^ -o $@
+codecs2html$(EXESUF): codec-cfg.c mp_msg-mencoder.o
+ $(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)