Skip to content

Commit

Permalink
gdbsupport: re-generate Makefile.in
Browse files Browse the repository at this point in the history
It looks like after doing last minute changes to Makefile.am in commit
06b3c5b ("gdbsupport: rename source files to .cc"), I forgot to
re-generate Makefile.in.  This patch fixes it.

gdbsupport/ChangeLog:

	* Makefile.in: Re-generate.
  • Loading branch information
simark committed Mar 3, 2020
1 parent 3cd7f3e commit 89725b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gdbsupport/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2020-03-03 Simon Marchi <simon.marchi@efficios.com>

* Makefile.in: Re-generate.

2020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>

* gdb-dlfcn.h (gdb_dlopen): Update comment.
Expand Down
4 changes: 3 additions & 1 deletion gdbsupport/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 89725b0

Please sign in to comment.