Removed excep.c

This commit is contained in:
Joel Sherrill
1999-10-04 16:34:11 +00:00
parent 4451badfbf
commit 95ba459981
5 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)