Silence make's 'Please run configure again' if it was already run.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24288 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2007-08-29 10:12:24 +00:00
parent b2481156c3
commit 0174a38b37
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ strip:
strip -s $(ALL_PRG)
# ./configure must be rerun if it changed
config.h: configure
config.mak: configure
@echo "############################################################"
@echo "####### Please run ./configure again - it's changed! #######"
@echo "############################################################"