Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!IFI.UIO.NO!hallvard From: hallvard@IFI.UIO.NO (Hallvard B Furuseth) Newsgroups: gnu.utils.bug Subject: Make-3.48 CFLAGS problem Message-ID: <8906181441.AA05632@sidhatt.uio.no> Date: 18 Jun 89 14:41:14 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 5 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.