summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 490998315f3..c0ac91e2a1a 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -342,9 +342,8 @@ CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
DEFS = @DEFS@
GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/config -DLOCALEDIR="\"$(localedir)\"" $(DEFS)
-# M{H,T}_CFLAGS, if defined, have host- and target-dependent CFLAGS
-# from the config directory.
-GLOBAL_CFLAGS = $(MT_CFLAGS) $(MH_CFLAGS)
+# MH_CFLAGS, if defined, has host-dependent CFLAGS from the config directory.
+GLOBAL_CFLAGS = $(MH_CFLAGS)
PROFILE_CFLAGS = @PROFILE_CFLAGS@
@@ -429,10 +428,12 @@ REMOTE_OBS = remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.
# This is remote-sim.o if a simulator is to be linked in.
SIM_OBS = @SIM_OBS@
-# Host and target-dependent makefile fragments come in here.
+# Target-dependent object files.
+TARGET_OBS = @TARGET_OBS@
+
+# Host-dependent makefile fragment comes in here.
@host_makefile_frag@
-@target_makefile_frag@
-# End of host and target-dependent makefile fragments
+# End of host-dependent makefile fragment
FLAGS_TO_PASS = \
"prefix=$(prefix)" \
@@ -946,7 +947,7 @@ REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
# variables analogous to SER_HARDWIRE which get defaulted in this
# Makefile.in
-DEPFILES = $(TDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \
+DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) \
$(REMOTE_OBS) $(SIM_OBS)
SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)