summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librdbg/src')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.in7
-rw-r--r--c/src/librdbg/src/i386/pc386/Makefile.in7
-rw-r--r--c/src/librdbg/src/powerpc/mcp750/Makefile.in5
3 files changed, 8 insertions, 11 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.in b/c/src/librdbg/src/i386/any/Makefile.in
index 77b522f08b..bf4a9cb65f 100644
--- a/c/src/librdbg/src/i386/any/Makefile.in
+++ b/c/src/librdbg/src/i386/any/Makefile.in
@@ -17,10 +17,9 @@ 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 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/pc386/Makefile.in b/c/src/librdbg/src/i386/pc386/Makefile.in
index 77b522f08b..bf4a9cb65f 100644
--- a/c/src/librdbg/src/i386/pc386/Makefile.in
+++ b/c/src/librdbg/src/i386/pc386/Makefile.in
@@ -17,10 +17,9 @@ 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 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/powerpc/mcp750/Makefile.in b/c/src/librdbg/src/powerpc/mcp750/Makefile.in
index c4abdfc2a3..134e737a32 100644
--- a/c/src/librdbg/src/powerpc/mcp750/Makefile.in
+++ b/c/src/librdbg/src/powerpc/mcp750/Makefile.in
@@ -17,9 +17,8 @@ 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 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)