Add misc/mingw_getsp.S to Makefile.in.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@496 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in
index c02c7fe..90502b2 100644
--- a/mingw-w64-crt/Makefile.in
+++ b/mingw-w64-crt/Makefile.in
@@ -396,7 +396,8 @@
 	misc/isblank.c misc/time.c misc/wmemset.c misc/fegetround.c \
 	misc/iswblank.c misc/wassert.c misc/feholdexcept.c \
 	misc/localtime.c misc/wcrtomb.c misc/feraiseexcept.c \
-	misc/mbrtowc.c misc/wcstoimax.c stdio/atoll.c stdio/ftello64.c \
+	misc/mbrtowc.c misc/wcstoimax.c misc/mingw_getsp.S \
+	stdio/atoll.c stdio/ftello64.c \
 	stdio/strtof.c stdio/vsnwprintf.c stdio/_Exit.c \
 	stdio/_fwstat64i32.c stdio/ulltoa.c stdio/vsscanf.c \
 	stdio/_findfirst64i32.c stdio/lltoa.c stdio/ulltow.c \
diff --git a/mingw-w64-crt/configure b/mingw-w64-crt/configure
index 0ff31c3..8d17071 100755
--- a/mingw-w64-crt/configure
+++ b/mingw-w64-crt/configure
Binary files differ