This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: SUFFIXES
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Bill Moseley <moseley at hank dot org>
- Cc: automake at gnu dot org
- Date: Thu, 15 May 2003 20:15:17 +0200
- Subject: Re: SUFFIXES
- References: <20030515054520.GA14277@hank.org>
>>> "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