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: <10831@brl-tgr.ARPA> Date: Mon, 20-May-85 09:09:45 EDT Article-I.D.: brl-tgr.10831 Posted: Mon May 20 09:09:45 1985 Date-Received: Tue, 21-May-85 04:35:10 EDT References: <1092@uwmacc.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 11 > I know about rules like .c.o: and so on, but can one > define a rule to go from .o to something with no suffix? Donn Seeley informs me that the 2.9BSD make is based on the 7th Edition make, so the answer is, that usage is not supported by the version of make that you have. Two alternatives: Use a makefile dependency generator (every so often one gets posted to the net); Get hold of a newer version of make and install it.