diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.mips | 2 | ||||
-rw-r--r-- | extra/Configs/Config.mipsel | 2 |
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, |