From 64876e33f484ce68e3fb7caa4bd117186d21fca5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 May 1998 16:37:32 +0000 Subject: Added bsp_specs. --- c/src/exec/score/cpu/unix/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/unix/Makefile.in b/c/src/exec/score/cpu/unix/Makefile.in index ea8eaad2c6..c327731122 100644 --- a/c/src/exec/score/cpu/unix/Makefile.in +++ b/c/src/exec/score/cpu/unix/Makefile.in @@ -67,7 +67,8 @@ install: all # Real ports using the gnu tools will need to have bsp_specs!!! # ${PROJECT_RELEASE}/lib/bsp_specs preinstall: $(PROJECT_INCLUDE)/rtems/score/unix.h $(ARCH)/unixsize.h \ - $(PROJECT_INCLUDE)/rtems/score/targopts.h + $(PROJECT_INCLUDE)/rtems/score/targopts.h \ + $(PROJECT_RELEASE)/lib/bsp_specs $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score $(INSTALL) -m 444 ${ARCH}/unixsize.h $(PROJECT_INCLUDE)/rtems/score @@ -85,7 +86,7 @@ $(PROJECT_INCLUDE)/rtems/score/targopts.h: $(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 $@ +${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 -- cgit v1.2.3