[MPlayer-dev-eng] [PATCH] silence "Please run ./configure again" if config.h wasn't changed

Diego Biurrun diego at biurrun.de
Wed Aug 29 11:00:22 CEST 2007


On Tue, Aug 28, 2007 at 12:21:21AM +0200, Carl Eugen Hoyos wrote:
> 
> Attached patch should silence the "Please run ./configure again warning"
> from make after configure didn't change config.h.
> 
> --- Makefile	(Revision 24250)
> +++ Makefile	(Arbeitskopie)
> @@ -313,7 +313,7 @@
>  
>  # ./configure must be rerun if it changed
> -config.h: configure
> +config.mak: configure
>  	@echo "############################################################"
>  	@echo "####### Please run ./configure again - it's changed! #######"
>  	@echo "############################################################"

What's the point of this?  If configure changed, config.h might have
changed as well.  AFAICT this is correct.  Do you wish to make
config.mak depend on configure as well?  This I could understand.

Diego



More information about the MPlayer-dev-eng mailing list