Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Jun 2000 16:39:57 +0000 (16:39 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Jun 2000 16:39:57 +0000 (16:39 +0000)
interfaces and interfaces/odbc make files. Adjusted regression test
driver to start building and installing in the top level directory.

GNUmakefile.in

index 20f9892dd38686cddc22381c52cea3dd754fc95c..99375e98ad36a24e8bb4cdd47e4e99be2c3cfb55 100644 (file)
@@ -2,7 +2,7 @@
 #
 # GNUMakefile.in for psqlodbc (Postgres ODBC driver).
 #
-# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.16 2000/06/19 16:58:44 petere Exp $
+# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/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