From 09e0df6766c13b350bddae20d01d794f24facd31 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Jan 2000 14:54:59 +0000 Subject: Patch from Ralf Corsepius that corrects a patch from Emmanuel Raguet . Emmanuel's patch was against the Makefile.in's generated from the Makefile.am's patched in this file. --- c/src/librdbg/src/powerpc/mcp750/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/librdbg/src/powerpc/mcp750') 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 -- cgit v1.2.3