summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386/pc386/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 16:34:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 16:34:11 +0000
commit95ba459981d9de8e76f36b898b3746729875d576 (patch)
tree3efe47c9f4484aa40996d555071d8a38505cf89c /c/src/librdbg/src/i386/pc386/Makefile.in
parentRemoved. (diff)
downloadrtems-95ba459981d9de8e76f36b898b3746729875d576.tar.bz2
Removed excep.c
Diffstat (limited to 'c/src/librdbg/src/i386/pc386/Makefile.in')
-rw-r--r--c/src/librdbg/src/i386/pc386/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librdbg/src/i386/pc386/Makefile.in b/c/src/librdbg/src/i386/pc386/Makefile.in
index c6b258ee11..6717e7e695 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 excep_f servtgt servtsp \
+C_PIECES = rdbg servcon servbkpt servrpc excep_f servtgt servtsp \
servutil _servtgt rdbg_f ptrace
C_FILES = $(C_PIECES:%=%.c)