automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SUFFIXES


From: Alexandre Duret-Lutz
Subject: Re: SUFFIXES
Date: Thu, 15 May 2003 20:15:17 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux)

>>> "Bill" == Bill Moseley <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]