Do not rebuild version.h at every Makefile change.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26592 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-29 08:04:59 +00:00
parent 838d308e41
commit 281fe4b483
1 changed files with 2 additions and 2 deletions

View File

@ -847,8 +847,8 @@ config.mak: configure
@echo "####### Please run ./configure again - it's changed! #######"
@echo "############################################################"
# rebuild at every config.h/config.mak/Makefile change:
version.h: config.h config.mak Makefile
# rebuild at every config.h/config.mak change:
version.h: config.h config.mak
./version.sh `$(CC) -dumpversion`
doxygen: