This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SUFFIXES


>>> "Bill" == Bill Moseley <moseley@hank.org> writes:

 Bill> I can't seem to figure out how to use implicit rules.  I tried:
 Bill> SUFFIXES = .1 .pod

 Bill> .pod.1:
[...]
 Bill> make: *** No rule to make target `../../swish-e/man/SWISH-CONFIG.1'
[...]                                                 ^^^^^
 Bill> $(srcdir)/SWISH-CONFIG.1 : $(top_srcdir)/pod/SWISH-CONFIG.pod
[...]                                          ^^^^^

You need a common prefix to use suffix rules.
-- 
Alexandre Duret-Lutz




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]