summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/i960/Makefile.in')
-rw-r--r--c/src/exec/score/cpu/i960/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/exec/score/cpu/i960/Makefile.in b/c/src/exec/score/cpu/i960/Makefile.in
index 6cc351d017..6de3b0cf4c 100644
--- a/c/src/exec/score/cpu/i960/Makefile.in
+++ b/c/src/exec/score/cpu/i960/Makefile.in
@@ -62,13 +62,8 @@ all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS)
# for include files, just use $(INSTALL)
install: all
-preinstall: $(ARCH) \
- ${PROJECT_RELEASE}/lib/bsp_specs
+preinstall: $(ARCH)
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score
# we will share the basic cpu file
$(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)
-${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp
- $(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@
-
-# $(ARCH)/bsp_specs.tmp rule is in leaf.cfg