mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
build: regenerate config-extra.h if configure was re-run with different arguments
(cherry picked from commit 140619854e)
This commit is contained in:
parent
24d40570a7
commit
56036d85ec
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
# See https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Installation-Directory-Variables.html
|
# 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
|
# 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) \
|
$(AM_V_GEN) \
|
||||||
echo "/* Generated by Makefile.am */" >$@ && \
|
echo "/* Generated by Makefile.am */" >$@ && \
|
||||||
echo "#define BINDIR \"$(bindir)\"" >>$@ && \
|
echo "#define BINDIR \"$(bindir)\"" >>$@ && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue