Set OVERRIDE_CPPFLAG to a string of one space.
Fix the code that uses OVERRIDE_CPPFLAG.
NON_GNU_CPP=/lib/cpp
# Prevent -belf from being passed to $CPP.
# /lib/cpp does not accept it.
- OVERRIDE_CPPFLAGS=
+ OVERRIDE_CPPFLAGS=" "
;;
*-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
*-bsdi2.0* ) opsys=bsdos2 ;;
#### Add the libraries to LIBS and check for some functions.
if test x"${OVERRIDE_CPPFLAGS}" != x; then
- CPPFLAGS="$(OVERRIDE_CPPFLAGS)"
+ CPPFLAGS="${OVERRIDE_CPPFLAGS}"
else
CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
fi