From 56036d85ec789be601bacdaad785fb3e9eba70d7 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 24 Sep 2019 10:23:19 +0200 Subject: [PATCH] build: regenerate config-extra.h if configure was re-run with different arguments (cherry picked from commit 140619854e19ff84509eca9f845b9b0a90be4907) --- config-extra.h.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-extra.h.mk b/config-extra.h.mk index b1d3814ff0..c5e21d44ec 100644 --- a/config-extra.h.mk +++ b/config-extra.h.mk @@ -4,7 +4,7 @@ # See https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Installation-Directory-Variables.html # # With meson-only, they could just be set via config.h.meson -config-extra.h: config-extra.h.mk config.h +config-extra.h: config-extra.h.mk config.h config.status $(AM_V_GEN) \ echo "/* Generated by Makefile.am */" >$@ && \ echo "#define BINDIR \"$(bindir)\"" >>$@ && \