summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-06 21:23:34 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-06 21:23:34 +0000
commit27c01b77f634be8c50e993cb497e08f4c0a754a8 (patch)
treee3596e0540856534debb24ca84afb6928298110d /Makefile
parent4a321ff4dc01ebd28ece0e1a45c5e51a78dd6f5d (diff)
s,(RUNTIME_PREFIX)/,(RUNTIME_PREFIX),g
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index d5d826b20..0bca5e269 100644
--- a/Makefile
+++ b/Makefile
@@ -259,14 +259,14 @@ endif
# system, use the "install_target" target instead...
install_runtime:
ifeq ($(strip $(HAVE_SHARED)),y)
- $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/lib
+ $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)lib
$(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
- $(PREFIX)$(RUNTIME_PREFIX)/lib
- cp -fa lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)/lib
+ $(PREFIX)$(RUNTIME_PREFIX)lib
+ cp -fa lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)lib
@if [ -x lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ] ; then \
set -x -e; \
$(INSTALL) -m 755 lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
- $(PREFIX)$(RUNTIME_PREFIX)/lib; \
+ $(PREFIX)$(RUNTIME_PREFIX)lib; \
fi;
endif
@@ -279,16 +279,16 @@ endif
install_utils: utils
ifeq ($(strip $(HAVE_SHARED)),y)
- $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/sbin
- $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin
+ $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)sbin
+ $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)usr/bin
$(INSTALL) -m 755 ldso/util/ldd \
- $(PREFIX)$(RUNTIME_PREFIX)/usr/bin/ldd
+ $(PREFIX)$(RUNTIME_PREFIX)usr/bin/ldd
$(INSTALL) -m 755 ldso/util/ldconfig \
- $(PREFIX)$(RUNTIME_PREFIX)/sbin/ldconfig;
+ $(PREFIX)$(RUNTIME_PREFIX)sbin/ldconfig;
# For now, don't bother with readelf since surely the host
# system has binutils, or we couldn't have gotten this far...
#$(INSTALL) -m 755 ldso/util/readelf \
- # $(PREFIX)$(RUNTIME_PREFIX)/usr/bin/readelf
+ # $(PREFIX)$(RUNTIME_PREFIX)usr/bin/readelf
endif
# Installs run-time libraries and helper apps in preparation for