Simplify codecs.conf.h generation rule.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-06 13:36:17 +00:00
parent bc6147198a
commit 24383a02d1
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
$(HOST_CC) -O -I. -DCODECS2HTML -o $@ $<
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
./codec-cfg$(EXESUF) ./etc/codecs.conf > $@
./$^ > $@
# ./configure must be rerun if it changed
config.mak: configure