Merge version.h dependency declarations.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27221 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-06 13:31:53 +00:00
parent bceae3b7e8
commit bc6147198a
1 changed files with 1 additions and 3 deletions

View File

@ -773,8 +773,6 @@ endif
version.h:
./version.sh `$(CC) -dumpversion`
osdep/mplayer-rc.o: version.h
%(EXESUF): %.c
@ -782,7 +780,7 @@ osdep/mplayer-rc.o: version.h
###### dependency declarations / specific CFLAGS ######
codec-cfg.d: codecs.conf.h
mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d: version.h
mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d osdep/mplayer-rc.o: version.h
$(DEPS): help_mp.h
dvdread/%.o dvdread/%.d: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE $(LIBDVDCSS_DVDREAD_FLAGS)