summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 18:06:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 18:06:51 +0000
commit41d0743964c37d14220f208dcefcd9bf9fb144f1 (patch)
tree0af258dcda5da73fdd58d2416c8a15cdfca25494 /c/src/exec/score/cpu
parentMade chain.h shared (diff)
downloadrtems-41d0743964c37d14220f208dcefcd9bf9fb144f1.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr>:
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.
Diffstat (limited to 'c/src/exec/score/cpu')
-rw-r--r--c/src/exec/score/cpu/i386/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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