Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!HARVARD.HARVARD.EDU!tiemann%tammy From: tiemann%tammy@HARVARD.HARVARD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: Makefile in 1.36.3 Message-ID: <9001161947.AA09701@life.ai.mit.edu> Date: 16 Jan 90 19:43:31 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 Regarding my earlier Makefile fragment for collect2: I left out collect2.c! My fault-- sorry. (Correct fragment follows) =========================================================================== collect2: collect2.c config.h $(CC) -o collect2 collect2.c $(PROFILE) $$COLLECT_OPTIONS $(CFLAGS) $(INCLUDES) $< -lc