summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-16 18:17:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-16 18:17:31 +0000
commitc00fa3858d116a6aefb86b63ffffe2e1c46ea192 (patch)
tree0af86d71d71963219effc51c151e376b862b1cec /c/src
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-c00fa3858d116a6aefb86b63ffffe2e1c46ea192.tar.bz2
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.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/i386/go32/startup/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/go32/startup/Makefile.in b/c/src/lib/libbsp/i386/go32/startup/Makefile.in
index f19e4a64d5..1ddb495c9c 100644
--- a/c/src/lib/libbsp/i386/go32/startup/Makefile.in
+++ b/c/src/lib/libbsp/i386/go32/startup/Makefile.in
@@ -55,7 +55,6 @@ CLOBBER_ADDITIONS +=
${PGM}: ${SRCS} ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)
- $(INSTALL_CHANGE) ${PROJECT_RELEASE}/lib
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
install: all