From: Jim Meyering Date: Sat, 20 Mar 2010 12:45:56 +0000 (+0100) Subject: cfg.mk: fix copy-paste-o in a diagnostic X-Git-Tag: v8.5~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f793def3cb20567666ce05d8bf570e1fdef1f76;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/cfg.mk b/cfg.mk index 8a6adc2a92..0ce1c619c7 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