[MPlayer-cvslog] r20807 - trunk/Makefile
diego
subversion at mplayerhq.hu
Thu Nov 9 00:45:32 CET 2006
Author: diego
Date: Thu Nov 9 00:45:15 2006
New Revision: 20807
Modified:
trunk/Makefile
Log:
10l: Overlooked one $(EXESUF) addition.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Nov 9 00:45:15 2006
@@ -323,7 +323,7 @@
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
More information about the MPlayer-cvslog
mailing list