commit | 397e56996bcc8e52088400b3de4e7c5dc51b1b97 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Sep 14 09:41:33 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 14 09:41:33 2006 +0200 |
tree | 78fe9e6a891091bfaa652f86f5141f5dcc48e32a | |
parent | 5ea4e5ba4608d95d3de5b0ccf0fb82be3c1e1032 [diff] |
makefile: Automatically re-run configure if it has been modified.
diff --git a/Makefile.in b/Makefile.in index bdf0155..b94782f 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -68,8 +68,7 @@ @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) $@