diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-01 15:06:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-01 15:06:26 +0000 |
commit | 43fc7e7989414002ce638074d18bb81dacb38edb (patch) | |
tree | 76ee7b82af9c426d3e5bdf6ef5bd8b2886ae0896 /extra/Configs/Config.in | |
parent | 557ea04ce0e505c98d4b6852b194d7ed06fe8289 (diff) |
Rob Landley writes:
SYSTEM_DEVEL_PREFIX says: "This defaults to $(DEVEL_PREFIX)/usr", but it
actually defaults to just "($DEVEL_PREFIX)".
Just thought I'd mention it... :)
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b481d2676..e99282004 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -794,8 +794,8 @@ config SYSTEM_DEVEL_PREFIX SYSTEM_DEVEL_PREFIX is the directory prefix used when installing 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. + defaults to $(DEVEL_PREFIX), but makers of .rpms and .debs may want + to set this to "/usr" instead. config DEVEL_TOOL_PREFIX string "uClibc development environment tool directory" |