further fixes..

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18016 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2006-04-02 07:30:40 +00:00
parent 0535cfb080
commit f586d45ab7
1 changed files with 4 additions and 4 deletions

View File

@ -523,8 +523,7 @@ strip:
dep: depend
depend: help_mp.h
./version.sh `$(CC) -dumpversion`
depend:
$(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done
@ -534,8 +533,6 @@ config.h: configure
@echo "####### Please run ./configure again - it's changed! #######"
@echo "############################################################"
# do not rebuild after cvs commits if .developer file is present!
# rebuild at every config.h/config.mak change:
version.h:
./version.sh `$(CC) -dumpversion`
@ -570,6 +567,9 @@ version.h: config.h config.mak Makefile
# explicit dependencies to force version.h to be built even if .depend is missing
mplayer.o mencoder.o vobsub.o: version.h
# temporary measure to make sure help_mp.h is built. we desperately need correct deps!
$(MPLAYER_DEP) $(MENCODER_DEP): help_mp.h
#
# the following lines provide _partial_ dependency information
# for the 'library' directories under main dir, in order to cause