aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-14 02:43:46 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-14 02:43:46 +0000
commitd1b90bfd45be6f34fccfb0bdadcbbc50ef4d4a06 (patch)
tree075410f864c4160f7e71c5430cb16e4870b9f8f9 /src
parent4b3d31c9915ebf23e4bf902f0c5d687369aeb1ab (diff)
downloadpostgresql-d1b90bfd45be6f34fccfb0bdadcbbc50ef4d4a06.tar.gz
postgresql-d1b90bfd45be6f34fccfb0bdadcbbc50ef4d4a06.zip
OK, I have tidied up todays (13th) snapshot with the attached patch, I
have'nt r un autoconf to create a new configure, I guess that's done by the smapshot process, I had to remove a line from interface/odbc/ GNUMakefile to get it to build, it was a autoconf variable that looks to not be used anymore, I am assuming that this is ok. Nick Gorham Easysoft Ltd
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/odbc/GNUmakefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in
index 23a84c57672..816b6f2c0ae 100644
--- a/src/interfaces/odbc/GNUmakefile.in
+++ b/src/interfaces/odbc/GNUmakefile.in
@@ -7,10 +7,9 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.14 2000/06/12 17:58:20 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.15 2000/06/14 02:43:46 momjian Exp $
#
#-------------------------------------------------------------------------
-@SET_MAKE@
NAME = psqlodbc
SRCDIR= ../..