diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-24 10:23:19 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-25 15:51:47 +0200 |
commit | 8805bd41fe8c5ddc0df8b52fbda1c6bc70c00c70 (patch) | |
tree | 9f0eea3d36ddcb08e176b1e03809c4c2676b72f3 | |
parent | 3214841765ccf7901549d2e36153a06e3b3a5822 (diff) | |
download | NetworkManager-lr/config-extra.tar.gz |
buiuld: regenerate config-extra.h if configure was re-run with different argumentslr/config-extra
-rw-r--r-- | config-extra.h.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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)\"" >>$@ && \ |