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 a0046292b0..737e1d31ca 100644
--- a/Makefile
+++ b/Makefile
@@ -323,7 +323,7 @@ osdep/mplayer-rc.o: osdep/mplayer.rc
codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
$(HOST_CC) -I. -DCODECS2HTML codec-cfg.c -o $@
-codecs.conf.h: codec-cfg etc/codecs.conf
+codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
./codec-cfg$(EXESUF) ./etc/codecs.conf > $@
codec-cfg.o: codecs.conf.h