[gnu.gcc.bug] minor bug in Makefile gcc-1.36

rusty@GARNET.BERKELEY.EDU (12/28/89)

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).