Mercurial > mplayer.hg
diff Makefile @ 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 | 76f5d8892c04 |
children | 8133163bd1dd |
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 "############################################################"