Re: Pre-hook?

2002-02-25 Thread Samuel Meder
On Mon, 25 Feb 2002, Tom Tromey wrote: > >>>>> "Samuel" == Samuel Meder <[EMAIL PROTECTED]> writes: > > Samuel> I've been working a bit at converting openssl to use auto > Samuel> tools for the build process and since I want to avoid touch

Re: Pre-hook?

2002-02-24 Thread Samuel Meder
On Sun, 24 Feb 2002, Tom Tromey wrote: > >>>>> "Samuel" == Samuel Meder <[EMAIL PROTECTED]> writes: > > Samuel> I'm looking for a way to make automake to hit a custom target > Samuel> the first thing it does (eg something that is like all-l

Pre-hook?

2002-02-21 Thread Samuel Meder
I'm looking for a way to make automake to hit a custom target the first thing it does (eg something that is like all-local, but gets executed before anything else). Is there a simple way of achieving this? /Sam