K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-05-30T01:06:51.267810Z K 7 svn:log V 330 Fix build when WITH_CCACHE_BUILD is set. The problem is that WITH_CCACHE_BUILD adds PATH to the MAKE_ENV, but the gnustep support sources a GNUStep.sh file that already sets the PATH. Next when env PATH=... is called, it overwrites and losers the gnustep PATH additions. This is a temporary fix until a better solution is found. END