Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>

* 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*.
This commit is contained in:
Jason Merrill 1995-01-12 21:14:50 +00:00
parent 8f12e98ad6
commit cf432be269
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ if [ x${enable_shared} = xyes ]; then
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