Path: utzoo!utgpu!water!watmath!uunet!tut.cis.ohio-state.edu!WHEATIES.AI.MIT.EDU!mly From: mly@WHEATIES.AI.MIT.EDU (Richard Mlynarik) Newsgroups: gnu.utils.bug Subject: make bug Message-ID: <8810191520.AA02806@peduncle.ai.mit.edu> Date: 19 Oct 88 15:20:23 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: Mly-wh@wheaties.ai.mit.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 36 On wheaties.ai.mit.edu The file make.o doesn't exist. cd /src/local/src/mit/send/ /bin/make -k cc -g -c huh.c -DCONVERSE -DBSD42 [... compiles OK...] cd /src/local/src/mit/send/ /usr/gnubin/make -k make: *** No way to make target `huh.o'. make: Target `all' not remade because of errors. [... exits with code 1 ...] Here is part of the Makefile (I didn't write it) ---------------------------------------------------------------------- DEFINES = -DCONVERSE -DBSD42 all: send reply huh newsends conversed [...] huh: huh.o sendtxt.o cc -o huh huh.o sendtxt.o [...] .c.o: $*.c cc -g -c $*.c $(DEFINES) ---------------------------------------------------------------------- BTW, /wheaties/usr/gnubin contains the following versions -- somebody should clean up old, unused `make's. How do I determine the version of `make' I am running? -rwxrwxrwx 1 hack wheel 204111 Oct 18 14:57 /usr/gnubin/make -rwxrwxrwx 1 rms wheel 192658 Sep 6 15:59 /usr/gnubin/make-3.05 -rwxrwxrwx 1 rms wheel 202209 Oct 10 08:03 /usr/gnubin/make-3.12