From 4d11a92f3e90d517e2a58cc01ba77d161a0da9e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Aug 1998 15:11:33 +0000 Subject: Redid Makefiles to properly do a preinstall. There was remnants of the old way of setting th cpu family and model string names. --- c/src/exec/score/cpu/sh/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/sh') diff --git a/c/src/exec/score/cpu/sh/Makefile.in b/c/src/exec/score/cpu/sh/Makefile.in index a43eb93e48..54e1ed15ec 100644 --- a/c/src/exec/score/cpu/sh/Makefile.in +++ b/c/src/exec/score/cpu/sh/Makefile.in @@ -24,7 +24,6 @@ H_FILES= \ $(srcdir)/iosh7030.h # H_FILES that get installed externally -# sh.h is handled separately EXTERNAL_H_FILES = \ $(srcdir)/asm.h @@ -71,7 +70,7 @@ $(ARCH)/rtems-cpu.rel: $(OBJS) # for include files, just use $(INSTALL) install: all -preinstall: $(PROJECT_INCLUDE)/rtems/score/targopts.h \ +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 -- cgit v1.2.3