From 0fab6dded87c36ae119a14f773b636aec3063d4b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Nov 1999 17:49:56 +0000 Subject: Patch from Eric Valette so this will build independently of a BSP. --- c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in') diff --git a/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in b/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in index 62122d9097..2c8535c7f6 100644 --- a/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in +++ b/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in @@ -16,11 +16,11 @@ VPATH = @srcdir@ PGM = ${ARCH}/clock.rel # C source names, if any, go here -- minus the .c -C_PIECES = c_clock +C_PIECES = p_clock C_FILES = $(C_PIECES:%=%.c) C_O_FILES = $(C_PIECES:%=${ARCH}/%.o) -H_FILES = +H_FILES = SRCS = $(C_FILES) $(H_FILES) OBJS = $(C_O_FILES) @@ -61,11 +61,7 @@ CLOBBER_ADDITIONS += ${PGM}: ${SRCS} ${OBJS} $(make-rel) -preinstall: - @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp - @$(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE)/bsp - -all: ${ARCH} $(SRCS) preinstall $(PGM) +all: ${ARCH} $(SRCS) $(PGM) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all -- cgit v1.2.3