From leon@eatworms.swmed.utexas.edu Mon May 18 03:32:30 1992 Received: from cgl.ucsf.EDU by socrates.ucsf.EDU (5.65/GSC4.21) id AA07732; Mon, 18 May 92 03:32:29 -0700 Received: from eatworms.swmed.utexas.edu by cgl.ucsf.EDU (5.65/GSC4.21) id AA20020 for bek@socrates.ucsf.EDU; Mon, 18 May 92 03:32:25 -0700 Received: by eatworms.swmed.utexas.edu (4.1/SMI-4.1) id AA05858; Mon, 18 May 92 05:33:25 CDT Date: Mon, 18 May 92 05:33:25 CDT From: leon@eatworms.swmed.utexas.edu (Leon Avery) Message-Id: <9205181033.AA05858@eatworms.swmed.utexas.edu> To: bek@cgl.ucsf.EDU Subject: Re: eutest compile Status: R Oh, rats. Well, that's simple to fix. Here's (yet another) patch. I tried to log in as bek on cgl.ucsf.edu, but it didn't accept the password you sent me. (By the way, you shouldn't include a password in e-mail.) I'm really sorry for all the trouble this is causing. Leon *** Makefile Sat May 16 18:19:43 1992 --- Makefile.new Mon May 18 05:26:43 1992 *************** *** 7,13 **** EOBJ= $(ESRC:.c=.o) eutest: $(EOBJ) ! $(LINK.c) -o $@ $(EOBJ) $(LDLIBS) eutest.ln: $(ESRC) $(LINT) $(LNFLAGS) $(ESRC) > $@ --- 7,13 ---- EOBJ= $(ESRC:.c=.o) eutest: $(EOBJ) ! $(CC) -o $@ $(EOBJ) $(LDLIBS) eutest.ln: $(ESRC) $(LINT) $(LNFLAGS) $(ESRC) > $@