From 0174a38b37ab0bf6d9a7c49129b516ac1de70ada Mon Sep 17 00:00:00 2001 From: cehoyos Date: Wed, 29 Aug 2007 10:12:24 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aef1bc86dd..13ecdff1e3 100644 --- a/Makefile +++ b/Makefile @@ -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 "############################################################"