mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Patch from Ralf Corsepius <corsepiu@@faw.uni-ulm.de>:
2) ./c/src/lib/libbsp/i386/go32/startup
> all: ${ARCH} $(SRCS) $(PGM)
> $(INSTALL_CHANGE) ${PROJECT_RELEASE}/lib
>
>
This also is very questionable, because it means "install
$(PROJECT_RELEASE)/$/lib to the void". I think, removing the
INSTALL_CHANGE is the right way to fix it.
This commit is contained in:
@@ -55,7 +55,6 @@ CLOBBER_ADDITIONS +=
|
|||||||
${PGM}: ${SRCS} ${OBJS}
|
${PGM}: ${SRCS} ${OBJS}
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
all: ${ARCH} $(SRCS) $(PGM)
|
all: ${ARCH} $(SRCS) $(PGM)
|
||||||
$(INSTALL_CHANGE) ${PROJECT_RELEASE}/lib
|
|
||||||
|
|
||||||
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
|
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
|
||||||
install: all
|
install: all
|
||||||
|
|||||||
Reference in New Issue
Block a user