From a2016b9965a4de47b0bac9013b1c4f9f867235f7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Oct 1997 14:42:08 +0000 Subject: Removed include directory at "build" point and the link of this directory to lib/include. Went to using a PROJECT_INCLUDE variable. --- c/src/exec/score/cpu/i960/Makefile.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'c/src/exec/score/cpu/i960/Makefile.in') diff --git a/c/src/exec/score/cpu/i960/Makefile.in b/c/src/exec/score/cpu/i960/Makefile.in index 2841cb17a8..0b89fc4ced 100644 --- a/c/src/exec/score/cpu/i960/Makefile.in +++ b/c/src/exec/score/cpu/i960/Makefile.in @@ -62,20 +62,20 @@ all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # for include files, just use $(INSTALL) install: all -preinstall: ${PROJECT_RELEASE}/include/rtems/score/i960.h \ - ${PROJECT_RELEASE}/include/rtems/score/targopts.h \ +preinstall: $(PROJECT_INCLUDE)/rtems/score/i960.h \ + $(PROJECT_INCLUDE)/rtems/score/targopts.h \ ${PROJECT_RELEASE}/lib/bsp_specs - $(INSTALL) -m 444 ${H_FILES} ${PROJECT_RELEASE}/include/rtems/score + $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score # we will share the basic cpu file - $(INSTALL) -m 444 ${EXTERNAL_H_FILES} ${PROJECT_RELEASE}/include + $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) -${PROJECT_RELEASE}/include/rtems/score/i960.h: i960.h +$(PROJECT_INCLUDE)/rtems/score/i960.h: i960.h $(SED) -e 's?REPLACE_THIS_WITH_THE_CPU_MODEL?$(RTEMS_CPU_MODEL)?' \ -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \ < $< >$(ARCH)/i960.h.tmp $(INSTALL) -m 444 $(ARCH)/i960.h.tmp $@ -${PROJECT_RELEASE}/include/rtems/score/targopts.h: $(ARCH)/targopts.h-tmp +$(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 -- cgit v1.2.3