summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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