Disable building of shared libraries.

llvm-svn: 110331
diff --git a/safecode/lib/Utility/Makefile b/safecode/lib/Utility/Makefile
index cbd5418..0490e3a 100755
--- a/safecode/lib/Utility/Makefile
+++ b/safecode/lib/Utility/Makefile
@@ -10,7 +10,7 @@
 #
 ifneq ($(OS),Cygwin)
 ifneq ($(OS),MingW)
-SHARED_LIBRARY := 1
+#SHARED_LIBRARY := 1
 endif
 endif