]> granicus.if.org Git - postgresql/commitdiff
Clean out cruft left by nonstandard test procedure.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Sep 2002 04:01:05 +0000 (04:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Sep 2002 04:01:05 +0000 (04:01 +0000)
contrib/dblink/Makefile

index dee7865a5f0d864092034b864d553924becc8fc3..932dd8e6de3fa4dca8d7b1dad98685495bd2a4ee 100644 (file)
@@ -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