From 2d192e1ebb73dbce9fd82bba446d2f92ff8c5bb1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 15 Feb 2012 18:32:05 +0000 Subject: [PATCH] * configure.host: Fix typo: xdir_dir -> xdr_dir. --- newlib/ChangeLog | 4 ++++ newlib/configure.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b08a422a9..4a75953eb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2012-02-15 Christopher Faylor + + * configure.host: Fix typo: xdir_dir -> xdr_dir. + 2012-02-09 Eric Blake * libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode. diff --git a/newlib/configure.host b/newlib/configure.host index ef73fd0ad..2da15de5e 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -788,7 +788,7 @@ if [ "x${newlib_atexit_dynamic_alloc}" = "x" ]; then fi # Remove rpc headers if xdr_dir not specified -if [ "x${xdir_dir}" = "x" ]; then +if [ "x${xdr_dir}" = "x" ]; then noinclude="${noinclude} rpc/types.h rpc/xdr.h" fi