[MPlayer-cvslog] r32355 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sun Sep 26 03:36:16 CEST 2010
Author: diego
Date: Sun Sep 26 03:36:16 2010
New Revision: 32355
Log:
Omit header dependency declaration for codec-cfg.d.
The file is now generated as a sideeffect of compilation.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Sat Sep 25 23:17:38 2010 (r32354)
+++ trunk/Makefile Sun Sep 26 03:36:16 2010 (r32355)
@@ -887,7 +887,7 @@ checkheaders: $(ALLHEADERS:.h=.ho)
###### dependency declarations / specific CFLAGS ######
# Make sure all generated header files are created.
-codec-cfg.d codec-cfg.o: codecs.conf.h
+codec-cfg.o: codecs.conf.h
$(DEP_FILES) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h
mpcommon.o osdep/mplayer-rc.o: version.h
More information about the MPlayer-cvslog
mailing list