gdbserver/Makefile.in: Remove ADD_DEPS
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index cf04b7d7b5adba6d93c9c65be35cd7402701b03b..c07f84d51209bf0592d352a3fc821f8ff028658f 100644 (file)
@@ -211,6 +211,7 @@ SFILES = \
        $(srcdir)/common/job-control.c \
        $(srcdir)/common/gdb_tilde_expand.c \
        $(srcdir)/common/gdb_vecs.c \
+       $(srcdir)/common/netstuff.c \
        $(srcdir)/common/new-op.c \
        $(srcdir)/common/pathstuff.c \
        $(srcdir)/common/print-utils.c \
@@ -219,6 +220,7 @@ SFILES = \
        $(srcdir)/common/tdesc.c \
        $(srcdir)/common/vec.c \
        $(srcdir)/common/xml-utils.c \
+       $(srcdir)/nat/aarch64-sve-linux-ptrace.c \
        $(srcdir)/nat/linux-btrace.c \
        $(srcdir)/nat/linux-namespaces.c \
        $(srcdir)/nat/linux-osdata.c \
@@ -253,6 +255,7 @@ OBS = \
        common/format.o \
        common/gdb_tilde_expand.o \
        common/gdb_vecs.o \
+       common/netstuff.o \
        common/new-op.o \
        common/pathstuff.o \
        common/print-utils.o \
@@ -289,6 +292,7 @@ GDBREPLAY_OBS = \
        common/common-exceptions.o \
        common/common-utils.o \
        common/errors.o \
+       common/netstuff.o \
        common/print-utils.o \
        gdbreplay.o \
        utils.o \
@@ -391,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) \
@@ -426,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.025908 seconds and 4 git commands to generate.