From ddefcb372ab59899df4ae36dba1ff153396b17a7 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Thu, 5 Jun 2014 15:38:43 -0600 Subject: [PATCH] Force autoreconf even when timestamp seems to indicate that it is not necessary. --- patches/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/Makefile b/patches/Makefile index 0b965f17..92489d79 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -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;