#Makefile rule
24-Jul-90 09:44:14
Sb: #114186-#Makefile rule
Fm: Mike Spille/Manx 71545,1466
To: Tom Eshelman 73717,3446
It appears you're missing your initial '.' in the z->pre rule. It should
be:
.z.pre:
cc -ho $@ $*.z
If you don't have that leading '.', the compiler won't consider it as a
rule.
-Mike