Andrew Dunstan wrote:

> + sub fetchRegressOpts
> + {
> +     my $handle;
> +     open($handle,"<Makefile")
> +       || open($handle,"<GNUmakefile")
> +       || die "Could not open Makefile";

I think you should try GNUmakefile first, Makefile second.  That's what
gmake does.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to