mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
makefile: Automatically re-run configure if it has been modified.
This commit is contained in:
parent
5ea4e5ba46
commit
397e56996b
@ -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) $@
|
||||
|
Loading…
Reference in New Issue
Block a user