[gnu.gdb.bug] problems with GDB 3.2 Makefile

gildea@BBN.COM (Stephen Gildea) (07/25/89)

The rule for readline/libreadline.a contains the variable reference ${MAKE}
which is not defined (at least not by the BSD make program).

readline/Makefile uses the "-o foo.o" construct in the .c.o rule, but
cc doesn't like this.  Switching to gcc worked.

 < Stephen