diff options
Diffstat (limited to 'src/interfaces/jdbc')
-rw-r--r-- | src/interfaces/jdbc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/Makefile b/src/interfaces/jdbc/Makefile index cdb9a82e44f..e8fd28d51b1 100644 --- a/src/interfaces/jdbc/Makefile +++ b/src/interfaces/jdbc/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.28 2001/03/11 11:07:00 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.29 2001/05/17 00:29:52 momjian Exp $ # #------------------------------------------------------------------------- @@ -37,3 +37,4 @@ uninstall: clean distclean maintainer-clean: $(ANT) -buildfile $(top_srcdir)/build.xml clean + rm -f org/postgresql/Driver.java |