# HG changeset patch # User diego # Date 1239215123 0 # Node ID 239a06704f6086bb09a13787515ed51e19c152ae # Parent 66b3f514857066e086a7710f91f443f138c634a2 Specify precise dependencies for generated header file codecs.conf.h. diff -r 66b3f5148570 -r 239a06704f60 Makefile --- a/Makefile Wed Apr 08 16:13:51 2009 +0000 +++ b/Makefile Wed Apr 08 18:25:23 2009 +0000 @@ -862,7 +862,8 @@ ###### dependency declarations / specific CFLAGS ###### # Make sure all generated header files are created. -$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): codecs.conf.h help_mp.h +codec-cfg.d codec-cfg.o: codecs.conf.h +$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h mpcommon.d mpcommon.o vobsub.d vobsub.o stream/stream_cddb.d stream/stream_cddb.o stream/network.d stream/network.o libmpdemux/muxer_avi.d libmpdemux/muxer_avi.o gui/win32/gui.d gui/win32/gui.o: version.h libdvdcss/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS)