This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Automake suffixes ordering [patch]
- To: Kevin Ryde <user42 at zip dot com dot au>
- Subject: Re: Automake suffixes ordering [patch]
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Dec 2000 22:40:16 -0700
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <878zqzbc93.fsf@zip.com.au> <87n1dqse88.fsf@creche.redhat.com> <87zohpsf9r.fsf@zip.com.au>
- Reply-To: tromey at redhat dot com
>>>>> "Kevin" == Kevin Ryde <user42@zip.com.au> writes:
Kevin> I find though that I got it wrong for the case where automake
Kevin> isn't automatically generating any suffixes, but rather there's
Kevin> only user-supplied ones with $(SUFFIXES). This comes up in
Kevin> autoconf I think.
Thanks. I'm checking in your patch.
Kevin> The one liner below is the amendment. If it can't be
Kevin> considered part of the original change, then a log entry might
Kevin> be,
Every change needs a log entry. Here's what I ended up using:
2000-12-21 Kevin Ryde <user42@zip.com.au>
* automake.in (handle_footer): Generate .SUFFIXES target when user
defines suffixes but automake does not.
Tom