Force autoreconf even when timestamp seems to indicate that it is not necessary.

This commit is contained in:
Erich E. Hoover 2014-06-05 15:38:43 -06:00
parent c594bca17a
commit ddefcb372a

View File

@ -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;