summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 10:53:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 10:53:37 +0000
commit48d2eb7209bbb1aa173732584cd5b2c08b297ab1 (patch)
tree8f747f649e545339af91ac2e375ea8c5aa45bf70 /Makefile
parentb63817b21557652d60707bc4e1ebb4111f4ec880 (diff)
downloadmpv-48d2eb7209bbb1aa173732584cd5b2c08b297ab1.tar.bz2
mpv-48d2eb7209bbb1aa173732584cd5b2c08b297ab1.tar.xz
Add explicit dependencies on generated header files for the object files along
with the dependency information files. This fixes a straight build without generating dependency information. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28769 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef4b7e6849..5b7ad347b8 100644
--- a/Makefile
+++ b/Makefile
@@ -851,8 +851,9 @@ version.h: version.sh
###### dependency declarations / specific CFLAGS ######
-codec-cfg.d: codecs.conf.h
+codec-cfg.d codec-cfg.o: codecs.conf.h
mpcommon.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d osdep/mplayer-rc.o stream/network.d stream/stream_cddb.d: version.h
+mpcommon.o vobsub.o gui/win32/gui.o libmpdemux/muxer_avi.o stream/network.o stream/stream_cddb.o: version.h
$(DEPS): help_mp.h
libdvdcss/%.o libdvdcss/%.d: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS)