From 638154c6bf630442694d8db79740b34d5a30ea70 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Aug 1999 20:59:52 +0000 Subject: Patch from Ralf Corsepius : This one is a minor fix for the librdg-Makefiles for mcp750, mostly an adaptation to the Makefiles used for the i386. --- c/src/librdbg/src/powerpc/mcp750/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c/src/librdbg/src/powerpc/mcp750/Makefile.in') diff --git a/c/src/librdbg/src/powerpc/mcp750/Makefile.in b/c/src/librdbg/src/powerpc/mcp750/Makefile.in index 3ede15a1b7..c4abdfc2a3 100644 --- a/c/src/librdbg/src/powerpc/mcp750/Makefile.in +++ b/c/src/librdbg/src/powerpc/mcp750/Makefile.in @@ -25,11 +25,11 @@ C_O_FILES = $(C_PIECES:%=${ARCH}/%.o) # Asm source names, if any, go here -- minus the .s S_PIECES = rdbg_cpu_asm -S_FILES = $(ASM_PIECES:%=%.S) -S_O_FILES = $(ASM_PIECES:%=${ARCH}/%.o) +S_FILES = $(S_PIECES:%=%.S) +S_O_FILES = $(S_PIECES:%=${ARCH}/%.o) # Generated C source names, if any, go here -- minus the .c -GEN_C_PIECES= remdeb_xdr remdeb_svc +GEN_C_PIECES = remdeb_xdr remdeb_svc GEN_C_FILES = $(GEN_C_PIECES:%=%.c) GEN_C_O_FILES = $(GEN_C_PIECES:%=${ARCH}/%.o) @@ -38,9 +38,9 @@ H_PIECES = remdeb H_FILES = $(H_PIECES:%=%.h) # X source names -X_FILES = remdeb.x remdeb_f.x +X_FILES = remdeb.x remdeb_f.x -SRCS= $(C_FILES) $(S_FILES) $(GEN_C_FILES) $(H_FILES) +SRCS = $(C_FILES) $(S_FILES) $(GEN_C_FILES) $(H_FILES) OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES) RPCGEN = @RPCGEN@ -- cgit v1.2.3