summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/Makefile
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-09-29 20:11:51 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-09-29 20:11:51 +0000
commit65818b6bf0ddf5351586f4bddabfa28d3299c299 (patch)
treed601955726fb722a75c7b78d8eed178692ae4ddf /src/interfaces/jdbc/Makefile
parent46032338cd3ef845f559eacd5c719392a5c393bf (diff)
downloadpostgresql-65818b6bf0ddf5351586f4bddabfa28d3299c299.tar.gz
From: Peter T Mount <patches@maidast.demon.co.uk>
This patch fixes a few results in DatabaseMetaData, and updates the README and TODO files (the later being a new file). The TODO file lists the things that need to be looked into after 6.2 is released, and describes the problem with Large Objects.
Diffstat (limited to 'src/interfaces/jdbc/Makefile')
-rw-r--r--src/interfaces/jdbc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/jdbc/Makefile b/src/interfaces/jdbc/Makefile
index 6902639f2d..469b552a69 100644
--- a/src/interfaces/jdbc/Makefile
+++ b/src/interfaces/jdbc/Makefile
@@ -4,7 +4,7 @@
# Makefile for Java JDBC interface
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.1 1997/09/26 08:22:21 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.2 1997/09/29 20:11:42 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -56,7 +56,7 @@ postgresql.jar: $(OBJS)
clean:
$(FIND) . -name "*~" -exec $(RM) {} \;
$(FIND) . -name "*.class" -exec $(RM) {} \;
- $(RM) postgres.jar
+ $(RM) postgresql.jar
#######################################################################
# This helps make workout what classes are from what source files