mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
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.
This commit is contained in:
3
cfg.mk
3
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
|
||||
|
||||
Reference in New Issue
Block a user