From e167510a4f7b2de7e13f87419e6de3c0a6441dd3 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 3 Sep 2002 04:01:05 +0000
Subject: [PATCH] Clean out cruft left by nonstandard test procedure.

---
 contrib/dblink/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
-- 
GitLab