K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T18:09:44.000000Z K 7 svn:log V 326 Use += instead of ?= for setting LDDESTDIR. Some Makefiles, such as cc/Makefile.inc use (abuse?) LDDESTDIR for their internal libraries so "?=" hides non-default external libraries. Adding multiple paths to LDDESTDIR works except it makes it even harder than usual to decide which libraries will actually be linked against. END