summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-03-05 20:01:46 +0000
committerBruce Momjian <bruce@momjian.us>2004-03-05 20:01:46 +0000
commit3f01eba0bfad55b3ddea8d7e26348c921e566e3f (patch)
treeb5ce6171064ba8c2bb9512329f649a3b8798dae1
parentff47b8518e88cebaf853a837ee67076b854635e0 (diff)
Have makefile reference /xml2.
-rw-r--r--contrib/xml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile
index 9177ca865c3..f08a25af00b 100644
--- a/contrib/xml2/Makefile
+++ b/contrib/xml2/Makefile
@@ -1,5 +1,5 @@
# This makefile will build the new XML and XSLT routines.
-subdir = contrib/xml
+subdir = contrib/xml2
top_builddir = ../../
include $(top_builddir)/src/Makefile.global