1
0
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:
Jim Meyering
2010-03-20 13:45:56 +01:00
parent 628a5e16dd
commit 9f793def3c

3
cfg.mk
View File

@@ -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