diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-19 12:12:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-19 12:12:20 +0000 |
commit | 68ced4143305b0e8c38bf319a0cf4056fb33e985 (patch) | |
tree | ebf45dbbe5d61393dea58b2604e58c09f9570c07 /extra/Configs | |
parent | fbfca56badac050eca3fb95aa00214741f54d5d9 (diff) | |
download | uClibc-alpine-68ced4143305b0e8c38bf319a0cf4056fb33e985.tar.bz2 uClibc-alpine-68ced4143305b0e8c38bf319a0cf4056fb33e985.tar.xz |
Fix default install dirs
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.arm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 5f7218fa2..000de8d3b 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -172,11 +172,11 @@ SHARED_LIB_LOADER_PATH=$(DEVEL_PREFIX)/lib DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc # SYSTEM_DEVEL_PREFIX is the directory prefix used when installing -# usr/bin/arch-uclibc-gcc, usr/bin/arch-uclibc-ld, etc. This is only -# used by the 'make install' target, and is not compiled into anything. -# This defaults to $DEVEL_PREFIX, but makers of .rpms and .debs will -# want to set this to "/" instead. -SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX) +# bin/arch-uclibc-gcc, bin/arch-uclibc-ld, etc. This is only used by +# 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 # If you want 'make install' to install everything under a temporary # directory, the define PREFIX during the install step, |