summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 36c3cf0..a418932 100644
--- a/README
+++ b/README
@@ -117,7 +117,7 @@ Disabling iconv() support
To disable iconv() support in libparserutils, do the following:
$ echo "CFLAGS += -DWITHOUT_ICONV_FILTER" \
- >build/Makefile.config.override
+ >Makefile.config.override
Then build libparserutils as normal.