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

oldstable
Alexandre Julliard 2006-09-14 09:41:33 +02:00
parent 5ea4e5ba46
commit 397e56996b
1 changed files with 1 additions and 2 deletions

View File

@ -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) $@