summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-20 13:45:56 +0100
committerJim Meyering <meyering@redhat.com>2010-03-20 13:45:56 +0100
commit9f793def3cb20567666ce05d8bf570e1fdef1f76 (patch)
treea9ced40a979ae52b61c466a44483dae0962625a2 /cfg.mk
parent628a5e16ddd28110c506f34667ef993d9be7b837 (diff)
downloadcoreutils-9f793def3cb20567666ce05d8bf570e1fdef1f76.tar.xz
cfg.mk: fix copy-paste-o in a diagnostic
* cfg.mk (sc_space_before_open_paren): Mention cpp -fpreprocessed, not cppi, when cpp -fpreprocessed doesn't work. Spotted by Eric Blake.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 8a6adc2a9..0ce1c619c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -279,7 +279,8 @@ sc_space_before_open_paren:
{ echo '$(ME): the above files lack a space-before-open-paren' \
1>&2; exit 1; } || :; \
else \
- echo '$(ME): skipping test $@: cppi not installed' 1>&2; \
+ echo '$(ME): skipping test $@: cpp -fpreprocessed does not work' \
+ 1>&2; \
fi; \
else :; \
fi