public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [FYI] Remove last reference to REMOTE_OBS
@ 2018-05-27 21:01 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2018-05-27 21:01 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

REMOTE_OBS was removed from Makefile.in in
18ca73470a0d7eb96a807c97559cbb9fddb4b461, but one reference remains.
This patch removes the lingerer.

I'm checking this in as obvious.

ChangeLog
2018-05-27  Tom Tromey  <tom@tromey.com>

	* Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
---
 gdb/ChangeLog   | 4 ++++
 gdb/Makefile.in | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index df6ebab851b..5b650c66435 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,
-- 
2.13.6

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-27 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-27 21:01 [FYI] Remove last reference to REMOTE_OBS Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).