diff options
| author | Peter Eisentraut | 2000-06-20 16:40:19 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-20 16:40:19 +0000 |
| commit | bfdb695b85c4ed22a63e72524a96c07f8f8696dd (patch) | |
| tree | 587345f00fe1b13efc6c569a82b71bd35312b410 /src/interfaces/odbc | |
| parent | 9f1a22304695cf2b6ed4497b4e12af8bb40704de (diff) | |
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.
Diffstat (limited to 'src/interfaces/odbc')
| -rw-r--r-- | src/interfaces/odbc/GNUmakefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
