projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74cbe50
)
Clean out cruft left by nonstandard test procedure.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 3 Sep 2002 04:01:05 +0000
(
04:01
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 3 Sep 2002 04:01:05 +0000
(
04:01
+0000)
contrib/dblink/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/dblink/Makefile
b/contrib/dblink/Makefile
index dee7865a5f0d864092034b864d553924becc8fc3..932dd8e6de3fa4dca8d7b1dad98685495bd2a4ee 100644
(file)
--- 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