From 397e56996bcc8e52088400b3de4e7c5dc51b1b97 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 14 Sep 2006 09:41:33 +0200 Subject: [PATCH] makefile: Automatically re-run configure if it has been modified. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index bdf01559561..b94782fa7ee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,8 +68,7 @@ INSTALLDIRS = $(DESTDIR)$(datadir)/aclocal @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) $@