postgresql/src/makefiles
Tom Lane bc660c4237 Ah, I finally realize why Magnus wanted to add a --bindir option to
pg_regress: there's no other way to cope with testing a relocated
installation.  Seems better to call it --psqldir though, since the
only thing we need to find in that case is psql.  It'd be better if
we could use find_other_exec, but that's not happening unless we are
willing to install pg_regress alongside psql, which seems unlikely
to happen.
2006-07-21 00:24:04 +00:00
..
Makefile
Makefile.aix
Makefile.bsdi
Makefile.cygwin Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
Makefile.darwin
Makefile.dgux
Makefile.freebsd
Makefile.hpux
Makefile.irix
Makefile.linux
Makefile.netbsd
Makefile.openbsd
Makefile.osf
Makefile.sco
Makefile.solaris
Makefile.sunos4
Makefile.svr4
Makefile.ultrix4
Makefile.univel
Makefile.unixware
Makefile.win32 Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
pgxs.mk Ah, I finally realize why Magnus wanted to add a --bindir option to 2006-07-21 00:24:04 +00:00