summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386/any
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librdbg/src/i386/any')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.in6
-rw-r--r--c/src/librdbg/src/i386/any/remdeb_f.x1
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.in b/c/src/librdbg/src/i386/any/Makefile.in
index 9663082c39..aeaab6cb8a 100644
--- a/c/src/librdbg/src/i386/any/Makefile.in
+++ b/c/src/librdbg/src/i386/any/Makefile.in
@@ -17,8 +17,10 @@ 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 servtgt servtsp servutil \
- _servtgt rdbg_f ptrace
+C_PIECES = rdbg servcon servbkpt servrpc excep excep_f \
+ servtgt servtsp servutil _servtgt rdbg_f \
+ ptrace
+
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
diff --git a/c/src/librdbg/src/i386/any/remdeb_f.x b/c/src/librdbg/src/i386/any/remdeb_f.x
index 0ff52d1307..01d899fe54 100644
--- a/c/src/librdbg/src/i386/any/remdeb_f.x
+++ b/c/src/librdbg/src/i386/any/remdeb_f.x
@@ -5,6 +5,7 @@
*
* Synopsis = remdeb_f.x
*
+ * $Id$
*
**************************************************************************
*/