Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix Subject: Re: Help needed with Makefile rules Message-ID: <10767@brl-tgr.ARPA> Date: Fri, 17-May-85 04:53:26 EDT Article-I.D.: brl-tgr.10767 Posted: Fri May 17 04:53:26 1985 Date-Received: Sun, 19-May-85 04:59:37 EDT References: <1092@uwmacc.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 6 > ... can one define a rule to go from .o to something with no suffix? Sure, for example: .o: $(CC) -o $@ $< -lm