aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-09-03 04:01:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-09-03 04:01:05 +0000
commite167510a4f7b2de7e13f87419e6de3c0a6441dd3 (patch)
treea4cd28f81b03eed96c8f9458d69f08e6293b2ed1
parent74cbe50439ac7b4ef8ceb747f1303ba9ccd1277b (diff)
downloadpostgresql-e167510a4f7b2de7e13f87419e6de3c0a6441dd3.tar.gz
postgresql-e167510a4f7b2de7e13f87419e6de3c0a6441dd3.zip
Clean out cruft left by nonstandard test procedure.
-rw-r--r--contrib/dblink/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile
index dee7865a5f0..932dd8e6de3 100644
--- a/contrib/dblink/Makefile
+++ b/contrib/dblink/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.5 2002/06/23 21:58:07 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.6 2002/09/03 04:01:05 tgl Exp $
subdir = contrib/dblink
top_builddir = ../..
@@ -12,4 +12,6 @@ SHLIB_LINK = $(libpq)
DATA_built = dblink.sql
DOCS = README.dblink
+EXTRA_CLEAN = dblink.test.out dblink.test.diff
+
include $(top_srcdir)/contrib/contrib-global.mk