diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-05-21 19:42:03 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-05-21 19:42:03 +0000 |
commit | 988174e1c1222f2d4ee76a8d09988540513e726d (patch) | |
tree | 7981d50dff8710739c9c1c3b7f9160272b41baae /extra/Configs/Config.mips | |
parent | d00911f4c7cd93388d8d23e4966d5aa6da949596 (diff) |
Changed path where cross development tools are installed.
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r-- | extra/Configs/Config.mips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index ef2f623db..c55d78779 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) +SYSTEM_DEVEL_PREFIX = /usr # If you want 'make install' to install everything under a temporary # directory, then define PREFIX during the install step, |