codec-cfg does not depend on codecs.conf.h, it is used to generate it.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28771 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-03-01 11:07:05 +00:00
parent 3c3495a122
commit e96ebebaf0
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ mencoder$(EXESUF): $(MENCODER_DEPS)
mplayer$(EXESUF): $(MPLAYER_DEPS)
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
codec-cfg$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h
codec-cfg$(EXESUF): codec-cfg.c help_mp.h
$(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf