forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user