From fb16fed75af901ef67a2f887fc119b37414eccfb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 21 Dec 1999 15:25:05 +0000 Subject: Patch rtems-rc-19991203-10.diff from Ralf Corsepius which fixes a couple of bugs in RTEMS's old style Makefile.ins, which apparently were introduced by moving the start directories and not having adapted the Makefile.ins. To apply: patch -p1 < rtems-rc-19991203-10.diff --- c/src/lib/libbsp/powerpc/shared/bootloader/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/shared/bootloader/Makefile.in') diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/Makefile.in b/c/src/lib/libbsp/powerpc/shared/bootloader/Makefile.in index 4ab15dcc7e..5aa50af807 100644 --- a/c/src/lib/libbsp/powerpc/shared/bootloader/Makefile.in +++ b/c/src/lib/libbsp/powerpc/shared/bootloader/Makefile.in @@ -14,11 +14,11 @@ PROJECT_ROOT = @PROJECT_ROOT@ VPATH = @srcdir@:@srcdir@/../../../shared:@srcdir@/../console # C source names, if any, go here -- minus the .c -C_PIECES = +C_PIECES = C_FILES = $(C_PIECES:%=%.c) C_O_FILES = $(C_PIECES:%=${ARCH}/%.o) -H_FILES = @srcdir@/bootldr.h @srcdir@/zlib.h @srcdir@/pci.h +H_FILES = @srcdir@/bootldr.h @srcdir@/zlib.h @srcdir@/pci.h # Assembly source names, if any, go here -- minus the .s S_PIECES = -- cgit v1.2.3