summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-05-20 18:30:17 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-05-20 18:30:17 +0000
commit1e811cd2c026257eb9adc27f0978698cdc226c26 (patch)
tree8aa5b37781d18dbe5698e02638833d6efe41e330 /extra
parent54727a5dc42fdfc0b45e0ff1e943fa20ded72914 (diff)
Fixed MIPS dynamic linker by removing link order dependency bug.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.mips2
-rw-r--r--extra/Configs/Config.mipsel2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 2e3bc2862..ef2f623db 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -187,7 +187,7 @@ DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc
# the 'make install' target, and is not compiled into anything. This
# defaults to $DEVEL_PREFIX/usr, but makers of .rpms and .debs will
# want to set this to "/usr" instead.
-SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
+SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)
# If you want 'make install' to install everything under a temporary
# directory, then define PREFIX during the install step,
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
index 54e846cde..dd929f128 100644
--- a/extra/Configs/Config.mipsel
+++ b/extra/Configs/Config.mipsel
@@ -187,7 +187,7 @@ DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc
# the 'make install' target, and is not compiled into anything. This
# defaults to $DEVEL_PREFIX/usr, but makers of .rpms and .debs will
# want to set this to "/usr" instead.
-SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
+SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)
# If you want 'make install' to install everything under a temporary
# directory, then define PREFIX during the install step,