Fix targetsh in configure.com.
authorCraig A. Berry <craigberry@mac.com>
Sat, 25 Jan 2014 20:48:51 +0000 (14:48 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 25 Jan 2014 20:52:13 +0000 (14:52 -0600)
Specifically, there is no 'sh' variable, so if we try to reference
it we get:

%DCL-W-UNDSYM, undefined symbol - check validity and spelling
 \SH\

So enter an empty string for targetsh.

configure.com

index 521dd8f..96bf82e 100644 (file)
@@ -6685,7 +6685,7 @@ $ WC "stdio_ptr='((*fp)->_ptr)'"
 $ WC "stdio_stream_array=' " + "'"
 $ WC "subversion='" + subversion + "'"
 $ WC "targetarch='" + "'"
-$ WC "targetsh='" + sh + "'"
+$ WC "targetsh='" + "'"
 $ WC "timetype='" + timetype + "'"
 $ WC "u16size='" + u16size + "'"
 $ WC "u16type='" + u16type + "'"