From bfdb695b85c4ed22a63e72524a96c07f8f8696dd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 20 Jun 2000 16:40:19 +0000 Subject: Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the interfaces and interfaces/odbc make files. Adjusted regression test driver to start building and installing in the top level directory. --- src/interfaces/odbc/GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/odbc') diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in index 4d8abad9af..d62249353a 100644 --- a/src/interfaces/odbc/GNUmakefile.in +++ b/src/interfaces/odbc/GNUmakefile.in @@ -2,7 +2,7 @@ # # GNUMakefile.in for psqlodbc (Postgres ODBC driver). # -# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.16 2000/06/19 16:58:44 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.17 2000/06/20 16:39:57 petere Exp $ # #------------------------------------------------------------------------- @@ -71,7 +71,7 @@ endif GNUmakefile: GNUmakefile.in $(top_builddir)/config.status - CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status + cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status $(top_builddir)/config.status: $(top_srcdir)/configure cd $(top_builddir) && ./config.status --recheck -- cgit v1.2.3