summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:16:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:16:48 +0000
commite4071cf64a0d3e789321a63e4ee5838b4d85da6b (patch)
treeb4bad62707917ffcbb0ffd8309b3b36ae817ade3 /c/src/exec/score/cpu/i960/Makefile.in
parent./clock/Makefile.in,v (diff)
downloadrtems-e4071cf64a0d3e789321a63e4ee5838b4d85da6b.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This patch removes generation of targopts.h from leaf.cfg and generates it in location at score/include/rtems/score instead. To achieve this: * all rules in other Makefile.ins which have accessed targopts.h have been removed. * c/Makefile.in has been modified to generate the directories before doing anything else. I.e. to ensure the directories exist before any preinstall rule fires (This part is a bit kludgy, but it seems to work. Please check if the interaction with libhwapi still works).
Diffstat (limited to 'c/src/exec/score/cpu/i960/Makefile.in')
-rw-r--r--c/src/exec/score/cpu/i960/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/exec/score/cpu/i960/Makefile.in b/c/src/exec/score/cpu/i960/Makefile.in
index 8c265002b5..6cc351d017 100644
--- a/c/src/exec/score/cpu/i960/Makefile.in
+++ b/c/src/exec/score/cpu/i960/Makefile.in
@@ -63,17 +63,11 @@ all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS)
install: all
preinstall: $(ARCH) \
- $(PROJECT_INCLUDE)/rtems/score/targopts.h \
${PROJECT_RELEASE}/lib/bsp_specs
$(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_INCLUDE)/rtems/score/targopts.h: $(ARCH)/targopts.h-tmp
- $(INSTALL) -m 444 $(ARCH)/targopts.h-tmp $@
-
-# $(ARCH)/targopts.h-tmp rule is in leaf.cfg
-
${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp
$(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@