Mercurial > mplayer.hg
changeset 24268:6b0e5503ca7a
Silence make's 'Please run configure again' if it was already run.
author | cehoyos |
---|---|
date | Wed, 29 Aug 2007 10:12:24 +0000 |
parents | 70437b99ccee |
children | ae8a5c3a3211 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Aug 29 09:43:00 2007 +0000 +++ b/Makefile Wed Aug 29 10:12:24 2007 +0000 @@ -314,7 +314,7 @@ 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 "############################################################"