# HG changeset patch # User truelight # Date 1167778366 0 # Node ID b645533af30f1459c66648609cc20cb8d15cb949 # Parent ca6dd7a04889c28ac5a1c63d997aa908eaa8cca7 (svn r7778) -Fix (r7777): intel -> Intel diff -r ca6dd7a04889 -r b645533af30f config.lib --- a/config.lib Tue Jan 02 22:45:20 2007 +0000 +++ b/config.lib Tue Jan 02 22:52:46 2007 +0000 @@ -2112,7 +2112,7 @@ BASE_SRC_OBJS_DIR="$OBJS_DIR/intel" cc_host="$cc_host_orig -arch i386" cxx_host="$cxx_host_orig -arch i386" - generate_src_normal "[intel]" "objs/intel" + generate_src_normal "[Intel]" "objs/intel" BASE_SRC_OBJS_DIR="$OBJS_DIR/ppc970" cc_host="$cc_host_orig -arch ppc970"