mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Force autoreconf even when timestamp seems to indicate that it is not necessary.
This commit is contained in:
parent
c594bca17a
commit
ddefcb372a
@ -20,7 +20,7 @@ install:
|
||||
done
|
||||
|
||||
# Update the configure script
|
||||
cd $(DESTDIR); autoreconf;
|
||||
cd $(DESTDIR); autoreconf -f;
|
||||
|
||||
# Update the wineserver protocol request data
|
||||
cd $(DESTDIR); ./tools/make_requests;
|
||||
|
Loading…
Reference in New Issue
Block a user