From 9f793def3cb20567666ce05d8bf570e1fdef1f76 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Mar 2010 13:45:56 +0100 Subject: [PATCH] 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. --- cfg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3