aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/Makefile.in
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-03-03 17:11:12 -0500
committerSimon Marchi <simon.marchi@efficios.com>2020-03-03 17:11:12 -0500
commit89725b0d5357b85ffc35ae451db0c0ddf1aa5831 (patch)
tree4dae3fe4cda8f9702671ec89e796be6ca8c0e9ce /gdbsupport/Makefile.in
parent3cd7f3e3bdab2b9f5fa0005ce2b8333b46843c3e (diff)
downloadfsf-binutils-gdb-89725b0d5357b85ffc35ae451db0c0ddf1aa5831.zip
fsf-binutils-gdb-89725b0d5357b85ffc35ae451db0c0ddf1aa5831.tar.gz
fsf-binutils-gdb-89725b0d5357b85ffc35ae451db0c0ddf1aa5831.tar.bz2
gdbsupport: re-generate Makefile.in
It looks like after doing last minute changes to Makefile.am in commit 06b3c5bdb ("gdbsupport: rename source files to .cc"), I forgot to re-generate Makefile.in. This patch fixes it. gdbsupport/ChangeLog: * Makefile.in: Re-generate.
Diffstat (limited to 'gdbsupport/Makefile.in')
-rw-r--r--gdbsupport/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in
index 4e12354..360ad3f 100644
--- a/gdbsupport/Makefile.in
+++ b/gdbsupport/Makefile.in
@@ -354,7 +354,7 @@ AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
-I../gnulib/import -I$(srcdir)/../gnulib/import \
-I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd
-AM_CXXFLAGS = $(CXX_DIALECT) $(WARN_CFLAGS) $(WERROR_CFLAGS)
+AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
noinst_LIBRARIES = libgdbsupport.a
@SELFTEST_TRUE@selftest = selftest.cc
libgdbsupport_a_SOURCES = \
@@ -693,6 +693,8 @@ uninstall-am:
.PRECIOUS: Makefile
+override CXX += $(CXX_DIALECT)
+
# Double-check that no defines are missing from our configury.
check-defines:
cd $(srcdir) && emacs --script check-defines.el