aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-05-27 13:05:03 -0600
committerTom Tromey <tom@tromey.com>2018-05-27 14:54:08 -0600
commitb8283aea9e599f17dbae7f52223994e3a9168143 (patch)
tree9fb6d93144fdfd2ca561abf8104bc4cc6e5d7f73 /gdb/Makefile.in
parent121dac5822d98459343bde74d5235b988206d965 (diff)
downloadfsf-binutils-gdb-b8283aea9e599f17dbae7f52223994e3a9168143.zip
fsf-binutils-gdb-b8283aea9e599f17dbae7f52223994e3a9168143.tar.gz
fsf-binutils-gdb-b8283aea9e599f17dbae7f52223994e3a9168143.tar.bz2
Remove last reference to REMOTE_OBS
REMOTE_OBS was removed from Makefile.in in 18ca73470a0d7eb96a807c97559cbb9fddb4b461, but one reference remains. This patch removes the lingerer. ChangeLog 2018-05-27 Tom Tromey <tom@tromey.com> * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index df6ebab..5b650c6 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1542,8 +1542,7 @@ INFOFILES = gdb.info*
# variables analogous to SER_HARDWIRE which get defaulted in this
# Makefile.in
-DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) \
- $(REMOTE_OBS) $(SIM_OBS)
+DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) $(SIM_OBS)
SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
# Don't include YYFILES (*.c) because we already include *.y in SFILES,