From 3f01eba0bfad55b3ddea8d7e26348c921e566e3f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 5 Mar 2004 20:01:46 +0000 Subject: [PATCH] Have makefile reference /xml2. --- contrib/xml2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index 9177ca865c..f08a25af00 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 -- 2.11.0