gdbserver/Makefile.in: Remove ADD_DEPS
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 16 Sep 2018 23:44:47 +0000 (19:44 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 17 Sep 2018 00:34:56 +0000 (20:34 -0400)
ADD_DEPS is defined nowhere, so I presume it's not useful.  If I'm wrong
and this is actually used, there should be a comment explaining where it
comes from.

gdb/gdbserver/ChangeLog:

* Makefile.in: Remove references to $(ADD_DEPS).

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index c9979ed330f9cf9536eef54139a7dcb2df89dd81..67fd15e037b4c65f5153c83525e8aeab70560ddb 100644 (file)
@@ -1,3 +1,7 @@
+2018-09-16  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in: Remove references to $(ADD_DEPS).
+
 2018-09-16  Tom Tromey  <tom@tromey.com>
 
        * remote-utils.c (remote_open): Use GNU style for metasyntactic
index f2f8a084bdfe5a3a9e5c6e6dec8cd7d725e8140b..c07f84d51209bf0592d352a3fc821f8ff028658f 100644 (file)
@@ -395,7 +395,7 @@ install-html:
 clean-info: force
        @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
 
-gdbserver$(EXEEXT): $(OBS) ${ADD_DEPS} ${CDEPS} $(LIBGNU) $(LIBIBERTY)
+gdbserver$(EXEEXT): $(OBS) ${CDEPS} $(LIBGNU) $(LIBIBERTY)
        $(SILENCE) rm -f gdbserver$(EXEEXT)
        $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) \
                -o gdbserver$(EXEEXT) $(OBS) $(LIBGNU) $(LIBIBERTY) \
@@ -430,7 +430,7 @@ IPA_OBJS = \
 
 IPA_LIB = libinproctrace.so
 
-$(IPA_LIB): $(IPA_OBJS) ${ADD_DEPS} ${CDEPS}
+$(IPA_LIB): $(IPA_OBJS) ${CDEPS}
        $(SILENCE) rm -f $(IPA_LIB)
        $(ECHO_CXXLD) $(CC_LD) -shared -fPIC -Wl,--soname=$(IPA_LIB) \
                -Wl,--no-undefined $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) \
This page took 0.041737 seconds and 4 git commands to generate.