Commit 397e5699 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 5ea4e5ba
......@@ -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) $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment