Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!GARNET.BERKELEY.EDU!rusty From: rusty@GARNET.BERKELEY.EDU Newsgroups: gnu.gcc.bug Subject: minor bug in Makefile gcc-1.36 Message-ID: <8912280255.AA06179@garnet.berkeley.edu> Date: 28 Dec 89 02:55:35 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 In the Makefile for the "includes" target it says libdir=$(libdir) fixincludes 1) The variable it should be setting is LIB, not libdir. 2) The fixincludes should have ./ prepended for those who run in paranoia mode (i.e., root doesn't . in its path variable).