From ec8f979f6f2e67533b0ac29dc1fcad16cbec6b9b Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 10 Dec 2007 11:34:03 +0100 Subject: [PATCH] XML: Fixed a typo in Makefile. --- sherlock/xml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/xml/Makefile b/sherlock/xml/Makefile index 3c70a9b0..e3acc181 100644 --- a/sherlock/xml/Makefile +++ b/sherlock/xml/Makefile @@ -4,7 +4,7 @@ DIRS+=sherlock/xml LIBSH_MODS+=xml/xml -LIBSH_XML_INCLUDES=xml/xml.h +LIBSH_XML_INCLUDES=xml.h $(o)/sherlock/xml/xml-t: $(LIBSH) $(LIBCHARSET) $(o)/sherlock/xml/xml.o: $(o)/sherlock/xml/xml-ucat.h -- 2.39.5