* configure.in (enable_shared stuff): Fix typo.
Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
* Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
case "${host}" in
hppa*-*-*) waugh=config/mh-papic ;;
i[345]86-*-*) waugh=config/mh-x86pic ;;
- *-*-*) waugh=config/mh-${target_cpu}pic ;;
+ *-*-*) waugh=config/mh-${host_cpu}pic ;;
esac
if [ -n "${host_makefile_frag}" ] && [ -f ${srcdir}/${waugh} ]; then
cat ${srcdir}/${host_makefile_frag} > mh-frag