summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/no_cpu/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/no_cpu/Makefile.in')
-rw-r--r--c/src/exec/score/cpu/no_cpu/Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/Makefile.in b/c/src/exec/score/cpu/no_cpu/Makefile.in
index 8646f1d070..0110dbf595 100644
--- a/c/src/exec/score/cpu/no_cpu/Makefile.in
+++ b/c/src/exec/score/cpu/no_cpu/Makefile.in
@@ -66,17 +66,11 @@ install: all
# Real ports using the gnu tools will need to have bsp_specs!!!
# ${PROJECT_RELEASE}/lib/bsp_specs
-preinstall: $(ARCH) \
- $(PROJECT_INCLUDE)/rtems/score/targopts.h
+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_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
-
# Real ports using the gnu tools will need to have bsp_specs!!!
#${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp
# $(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@