From 41d0743964c37d14220f208dcefcd9bf9fb144f1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Jul 1998 18:06:51 +0000 Subject: Patch from Eric Valette : Now that Joel told me how to compile outside the tree, I have found a few more bugs. Here is a small patch to fix them. --- c/src/exec/score/cpu/i386/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/i386/Makefile.in b/c/src/exec/score/cpu/i386/Makefile.in index 6a70c9e978..d72d6c0cda 100644 --- a/c/src/exec/score/cpu/i386/Makefile.in +++ b/c/src/exec/score/cpu/i386/Makefile.in @@ -63,7 +63,7 @@ all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # for include files, just use $(INSTALL) install: all -preinstall: $(PROJECT_INCLUDE)/rtems/score/i386.h \ +preinstall: $(ARCH) $(PROJECT_INCLUDE)/rtems/score/i386.h \ $(PROJECT_INCLUDE)/rtems/score/targopts.h \ ${PROJECT_RELEASE}/lib/bsp_specs $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score -- cgit v1.2.3