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.
This commit is contained in:
Joel Sherrill
1998-07-30 18:06:51 +00:00
parent 7fd864163f
commit 41d0743964

View File

@@ -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