Remove last reference to REMOTE_OBS
authorTom Tromey <tom@tromey.com>
Sun, 27 May 2018 19:05:03 +0000 (13:05 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 27 May 2018 20:54:08 +0000 (14:54 -0600)
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.

gdb/ChangeLog
gdb/Makefile.in

index 33c6a712a869d0d95f5b31af1adcc2570d4879d4..98fb9551269dcd6181a250702405f71bd971f354 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-27  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
+
 2018-05-25  Tom Tromey  <tom@tromey.com>
 
        * value.c (value::location): Initialize.
index df6ebab851b22095dfacf361ad7c5e6ad5d091c9..5b650c6643588c538dd4fa8d9a9cbc1416f04226 100644 (file)
@@ -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,
This page took 0.027214 seconds and 4 git commands to generate.