Alexandre Julliard : makefile: Automatically re-run configure if it has been modified.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 14 10:09:57 CDT 2006


Module: wine
Branch: master
Commit: 397e56996bcc8e52088400b3de4e7c5dc51b1b97
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=397e56996bcc8e52088400b3de4e7c5dc51b1b97

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 14 09:41:33 2006 +0200

makefile: Automatically re-run configure if it has been modified.

---

 Makefile.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index bdf0155..b94782f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -68,8 +68,7 @@ INSTALLDIRS = $(DESTDIR)$(datadir)/acloc
 @MAKE_RULES@
 
 config.status: configure
-	@echo configure is newer than config.status, please rerun ./configure!
-	@exit 1
+	@./config.status --recheck
 
 wine: $(WINEWRAPPER)
 	$(RM) $@ && $(LN_S) $(WINEWRAPPER) $@




More information about the wine-cvs mailing list