diff options
author | Tom Lane | 2001-02-09 18:42:35 +0000 |
---|---|---|
committer | Tom Lane | 2001-02-09 18:42:35 +0000 |
commit | ed4f2f8278f204604d81ff313afe2ed6520e5146 (patch) | |
tree | 97a79fab6d45554f31adbb6bcddf6e7163745bd9 | |
parent | 98d66c722cbc810aeee2fbd68224efcdfb455648 (diff) |
Remove link to dead subdirectory 'linux'.
-rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 576e7c1ad72..6a5e8065939 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.12 2001/01/15 22:20:00 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.13 2001/02/09 18:42:35 tgl Exp $ subdir = contrib top_builddir = .. @@ -12,7 +12,6 @@ WANTED_DIRS = \ fulltextindex \ intarray \ isbn_issn \ - linux \ lo \ mSQL-interface \ mac \ |