K 10 svn:author V 2 ru K 8 svn:date V 27 2003-10-03T20:47:37.000000Z K 7 svn:log V 292 Removed the ancient .LIBS setting that causes non-existent libraries to be reported as up-to-date. Before: # make -f /dev/null nonexistent.a `nonexistent.a' is up to date. After: # make -f /dev/null nonexistent.a make: don't know how to make nonexistent.a. Stop PR: bin/44137 (part of) END