K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-08-17T14:41:48.000000Z K 7 svn:log V 319 The previous delta was wrong; an empty MAKEOBJDIRPREFIX should cause the working directory to be used. Make it so. When we're more convinced that it'll work, we might try this to avoid a shell invocation: .if defined(MAKEOBJDIRPREFIX) && !empty(MAKEOBJDIRPREFIX) && exists(${CANONICALOBJDIR}/) Reported by: bde END