summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 14:29:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 14:29:53 +0000
commitcb50837d9d90a6d3f9512ac91afc603769081778 (patch)
tree74d175f03f9907db84382e34b08d61a9b4a54d63 /c
parentRemoved all references to HOST_ARCH including the file gcc.cfg.in. All (diff)
downloadrtems-cb50837d9d90a6d3f9512ac91afc603769081778.tar.bz2
Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add missing file
reference to the Makefile.
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.in2
-rw-r--r--c/src/librdbg/src/i386/pc386/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.in b/c/src/librdbg/src/i386/any/Makefile.in
index 84e1ed7c37..5e96cfb584 100644
--- a/c/src/librdbg/src/i386/any/Makefile.in
+++ b/c/src/librdbg/src/i386/any/Makefile.in
@@ -17,7 +17,7 @@ LIBNAME = librdbg.a
LIB = ${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES = rdbg servcon servbkpt servrpc excep_f servtgt servtsp \
+C_PIECES = rdbg servcon servbkpt servrpc excep excep_f servtgt servtsp \
servutil _servtgt rdbg_f ptrace
C_FILES = $(C_PIECES:%=%.c)
diff --git a/c/src/librdbg/src/i386/pc386/Makefile.in b/c/src/librdbg/src/i386/pc386/Makefile.in
index 84e1ed7c37..5e96cfb584 100644
--- a/c/src/librdbg/src/i386/pc386/Makefile.in
+++ b/c/src/librdbg/src/i386/pc386/Makefile.in
@@ -17,7 +17,7 @@ LIBNAME = librdbg.a
LIB = ${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES = rdbg servcon servbkpt servrpc excep_f servtgt servtsp \
+C_PIECES = rdbg servcon servbkpt servrpc excep excep_f servtgt servtsp \
servutil _servtgt rdbg_f ptrace
C_FILES = $(C_PIECES:%=%.c)