Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e167510

Browse files
committed
Clean out cruft left by nonstandard test procedure.
1 parent 74cbe50 commit e167510

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/dblink/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.5 2002/06/23 21:58:07 momjian Exp $
1+
# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.6 2002/09/03 04:01:05 tgl Exp $
22

33
subdir = contrib/dblink
44
top_builddir = ../..
@@ -12,4 +12,6 @@ SHLIB_LINK = $(libpq)
1212
DATA_built = dblink.sql
1313
DOCS = README.dblink
1414

15+
EXTRA_CLEAN = dblink.test.out dblink.test.diff
16+
1517
include $(top_srcdir)/contrib/contrib-global.mk

0 commit comments

Comments
 (0)