summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 17:49:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 17:49:56 +0000
commit0fab6dded87c36ae119a14f773b636aec3063d4b (patch)
tree16aed090542b7314b846cf398255396eb9fc0b12 /c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in
parentFixed typo. (diff)
downloadrtems-0fab6dded87c36ae119a14f773b636aec3063d4b.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> so this will build
independently of a BSP.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in10
1 files changed, 3 insertions, 7 deletions
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