From d44ba5e7f91b08ab319b2f81d70810812eaf25f4 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 29 Jul 2017 16:03:26 +0200 Subject: [PATCH] README.md: Fix reference to Makefile --- expat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/README.md b/expat/README.md index a34d8ed1..c1eafd49 100644 --- a/expat/README.md +++ b/expat/README.md @@ -80,7 +80,7 @@ these instructions (after having run `make distclean`): For UTF-16 output as `wchar_t` (incl. version/error strings), run:
`./configure CFLAGS="-g -O2 -fshort-wchar" CPPFLAGS=-DXML_UNICODE_WCHAR_T` -1. Edit the MakeFile, changing:
+1. Edit `Makefile`, changing:
`LIBRARY = libexpat.la`
to:
`LIBRARY = libexpatw.la`
-- 2.40.0