Module: wine Branch: master Commit: 397e56996bcc8e52088400b3de4e7c5dc51b1b97 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=397e56996bcc8e52088400b3... Author: Alexandre Julliard <julliard(a)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) $@