Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:

This one is a minor fix for the librdg-Makefiles for mcp750, mostly an
  adaptation to the Makefiles used for the i386.
This commit is contained in:
Joel Sherrill
1999-08-26 20:59:52 +00:00
parent e0c6f431b6
commit 638154c6bf
7 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@ VPATH = @srcdir@
include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(RTEMS_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
INSTALL_CHANGE = @INSTALL_CHANGE@ INSTALL_CHANGE = @INSTALL_CHANGE@

View File

@@ -25,8 +25,8 @@ C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
# Asm source names, if any, go here -- minus the .s # Asm source names, if any, go here -- minus the .s
S_PIECES = rdbg_cpu_asm S_PIECES = rdbg_cpu_asm
S_FILES = $(ASM_PIECES:%=%.S) S_FILES = $(S_PIECES:%=%.S)
S_O_FILES = $(ASM_PIECES:%=${ARCH}/%.o) S_O_FILES = $(S_PIECES:%=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c # 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

View File

@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@ VPATH = @srcdir@
include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(RTEMS_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
INSTALL_CHANGE = @INSTALL_CHANGE@ INSTALL_CHANGE = @INSTALL_CHANGE@

View File

@@ -25,8 +25,8 @@ C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
# Asm source names, if any, go here -- minus the .s # Asm source names, if any, go here -- minus the .s
S_PIECES = rdbg_cpu_asm S_PIECES = rdbg_cpu_asm
S_FILES = $(ASM_PIECES:%=%.S) S_FILES = $(S_PIECES:%=%.S)
S_O_FILES = $(ASM_PIECES:%=${ARCH}/%.o) S_O_FILES = $(S_PIECES:%=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c # 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