aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/Makefile.am
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-03-26 15:06:43 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-03-26 21:09:19 -0400
commit2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2 (patch)
treed07589445b6be9a30f611b82778f725a6670edcf /gdbsupport/Makefile.am
parentf61e97cc86a4003e4c731e356985fdd291d7cb69 (diff)
downloadgdb-2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2.zip
gdb-2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2.tar.gz
gdb-2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2.tar.bz2
gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
Reformat some variables definitions. I think it makes them easier to read, and it also makes diffs clearer. Change-Id: I82f63ba0e6d0fe268eb1f1ad5ab22c3cd016ab02 Approved-By: Pedro Alves <pedro@palves.net>
Diffstat (limited to 'gdbsupport/Makefile.am')
-rw-r--r--gdbsupport/Makefile.am15
1 files changed, 11 insertions, 4 deletions
diff --git a/gdbsupport/Makefile.am b/gdbsupport/Makefile.am
index 88414b4..7c360aa 100644
--- a/gdbsupport/Makefile.am
+++ b/gdbsupport/Makefile.am
@@ -25,10 +25,17 @@ ACLOCAL_AMFLAGS = -I . -I ../config
# ZW_GNU_GETTEXT_SISTER_DIR, but doesn't have any translations (currently).
SUBDIRS =
-AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
- -I../gnulib/import -I$(srcdir)/../gnulib/import \
- -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd \
- @LARGEFILE_CPPFLAGS@
+AM_CPPFLAGS = \
+ -I$(srcdir)/../include \
+ -I$(srcdir)/../gdb \
+ -I../gnulib/import \
+ -I$(srcdir)/../gnulib/import \
+ -I.. \
+ -I$(srcdir)/.. \
+ $(INCINTL) \
+ -I../bfd \
+ -I$(srcdir)/../bfd \
+ @LARGEFILE_CPPFLAGS@
override CXX += $(CXX_DIALECT)