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/Makefile.in | 6 +++--- src/interfaces/odbc/GNUmakefile.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/Makefile.in b/src/interfaces/Makefile.in index 473f4a4fc7b..3752b4d51a1 100644 --- a/src/interfaces/Makefile.in +++ b/src/interfaces/Makefile.in @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/Attic/Makefile.in,v 1.3 2000/06/19 16:58:43 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Attic/Makefile.in,v 1.4 2000/06/20 16:39:54 petere Exp $ # #------------------------------------------------------------------------- @@ -57,8 +57,8 @@ distclean maintainer-clean: clean .PHONY: all install dep depend clean distclean maintainer-clean -GNUmakefile: GNUmakefile.in $(top_builddir)/config.status - CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status +Makefile: Makefile.in $(top_builddir)/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 diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in index 4d8abad9afc..d62249353a2 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