Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the

Peter Eisentraut <peter_e@gmx.net>

Commit: bfdb695b85c4ed22a63e72524a96c07f8f8696dd
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-06-20T16:40:19Z
Releases: 7.1.1
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.

Files

PathChange+/−
configure modified +2 −11
configure.in modified +1 −19
src/interfaces/Makefile.in modified +3 −3
src/interfaces/odbc/GNUmakefile.in modified +2 −2
src/pl/Makefile.in modified +12 −3
src/pl/plpgsql/Makefile deleted +0 −20
src/pl/plpgsql/Makefile.in added +34 −0
src/pl/plpgsql/src/Makefile.in modified +70 −40
src/pl/plpgsql/src/mklang.sql.in modified +2 −3
src/pl/plpgsql/src/scan.l modified +2 −1
src/test/regress/run_check.sh modified +2 −2