From 7c5e215ebd6629776ee1a3649cea94a4d384026d Mon Sep 17 00:00:00 2001 From: "Daniel R. Grayson" Date: Wed, 26 May 2021 13:16:00 -0400 Subject: [PATCH] make: add a dependency of "configure" on "VERSION" --- M2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M2/Makefile b/M2/Makefile index cf9466767b5..2d33b05c10b 100644 --- a/M2/Makefile +++ b/M2/Makefile @@ -36,7 +36,7 @@ check-make: @ echo GNU make version okay make-configure : check-autoconf configure -configure: configure.ac config/files config/*.m4; autoconf +configure: configure.ac VERSION config/files config/*.m4; autoconf get-tools: usr-build/aclocal-path get-m4 get-autoconf get-automake get-libtool usr-build/aclocal-path2 which-tools which-tools: