[gnu.utils.bug] Make-3.48 CFLAGS problem

hallvard@IFI.UIO.NO (Hallvard B Furuseth) (06/18/89)

GNU Make compiles C programs using cc -c filename.c -o filename.o.
Ultrix /bin/cc then complains "would overwrite filename.o".
Inserting -DNO_MINUS_C_MINUS_O in CFLAGS in the Makefile avoids this.

This should be stated in the distributed Makefile.