We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695f239 commit 24775c5Copy full SHA for 24775c5
src/interfaces/jdbc/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.31 2001/05/25 14:28:58 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.32 2001/06/07 20:24:54 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -37,3 +37,5 @@ uninstall:
37
38
clean distclean maintainer-clean:
39
$(ANT) -buildfile $(top_srcdir)/build.xml clean
40
+ # ANT 1.3 has a bug that prevents directory deletion
41
+ rm -rf build jars
0 commit comments