From: utzoo!decvax!duke!harpo!utah-cs!utah-gr!thomas
Newsgroups: net.bugs
Title: Re: make dependency rules inadequate - (nf)
Article-I.D.: utah-gr.496
Posted: Fri Jul 23 18:08:40 1982
Received: Mon Jul 26 05:52:19 1982


If you say
a.o: a.c a.h
in your makefile, but don't put any commands after it, make is perfectly
happy and uses the default .c.o rule.
=Spencer