summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-07 14:54:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-07 14:54:59 +0000
commit09e0df6766c13b350bddae20d01d794f24facd31 (patch)
treebc2ce8fca83941a43e815a9b8c0926b8fcb8b30d /c/src
parentPatch from Emmanuel Raguet <raguet@crf.canon.fr> which corrects the following (diff)
downloadrtems-09e0df6766c13b350bddae20d01d794f24facd31.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that corrects a
patch from Emmanuel Raguet <raguet@crf.canon.fr>. Emmanuel's patch was against the Makefile.in's generated from the Makefile.am's patched in this file.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.am2
-rw-r--r--c/src/librdbg/src/powerpc/mcp750/Makefile.am2
-rw-r--r--c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am
index 2bbc2499e7..cfada21319 100644
--- a/c/src/librdbg/src/i386/any/Makefile.am
+++ b/c/src/librdbg/src/i386/any/Makefile.am
@@ -20,7 +20,7 @@ S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
-GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
+GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h
diff --git a/c/src/librdbg/src/powerpc/mcp750/Makefile.am b/c/src/librdbg/src/powerpc/mcp750/Makefile.am
index 014355c690..9b178e2c36 100644
--- a/c/src/librdbg/src/powerpc/mcp750/Makefile.am
+++ b/c/src/librdbg/src/powerpc/mcp750/Makefile.am
@@ -20,7 +20,7 @@ S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
-GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
+GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h
diff --git a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
index 014355c690..9b178e2c36 100644
--- a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
+++ b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
@@ -20,7 +20,7 @@ S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
-GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
+GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h