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 7b0c9a3c45..6138f24f56 100644
--- a/Makefile
+++ b/Makefile
@@ -737,7 +737,7 @@ codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
./codec-cfg$(EXESUF) ./etc/codecs.conf > $@
codecs2html$(EXESUF): mp_msg-mencoder.o
- $(CC) -DCODECS2HTML codec-cfg.c $^ -o $@
+ $(CC) -I. -DCODECS2HTML codec-cfg.c $^ -o $@
osdep/mplayer-rc.o: osdep/mplayer.rc version.h
$(WINDRES) -I. -o $@ $<