We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32a2ec commit ce128c0Copy full SHA for ce128c0
contrib/Makefile
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.60 2005/07/29 19:38:21 tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.61 2005/09/01 22:02:44 tgl Exp $
2
3
subdir = contrib
4
top_builddir = ..
@@ -39,7 +39,7 @@ WANTED_DIRS = \
39
# mac \ (does not have a makefile)
40
# oracle \ (does not have a makefile)
41
# start-scripts \ (does not have a makefile)
42
-# xml2 \ (non-standard makefile)
+# xml2 \ (requires libxml installed)
43
44
45
all install installdirs uninstall clean distclean maintainer-clean:
0 commit comments