1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

Fix last change.

This commit is contained in:
Dave Love 2000-11-20 19:02:44 +00:00
parent 62d14e9a1c
commit 05b73ae7c7

View File

@ -2260,7 +2260,7 @@ make epaths-force
# As of 2000-11-19, newest development versions of GNU cpp preprocess # As of 2000-11-19, newest development versions of GNU cpp preprocess
# `..' to `. .' unless invoked with -traditional # `..' to `. .' unless invoked with -traditional
if [ x$GCC = xyes && x$NON_GNU_CPP" = x ]; then if test "x$GCC" = xyes && test "x$NON_GNU_CPP" = x; then
CPPFLAGS="$CPPFLAGS -traditional" CPPFLAGS="$CPPFLAGS -traditional"
fi fi