diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-05 20:01:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-05 20:01:46 +0000 |
commit | 3f01eba0bfad55b3ddea8d7e26348c921e566e3f (patch) | |
tree | b5ce6171064ba8c2bb9512329f649a3b8798dae1 | |
parent | ff47b8518e88cebaf853a837ee67076b854635e0 (diff) |
Have makefile reference /xml2.
-rw-r--r-- | contrib/xml2/Makefile | 2 |
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 |