OSDN Git Service

Fix nightly build by avoiding shared library construction.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 23 Oct 2004 15:30:30 +0000 (15:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 23 Oct 2004 15:30:30 +0000 (15:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17187 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/lib/sample/Makefile

index 3044926..ba2da3d 100644 (file)
@@ -8,8 +8,10 @@ LEVEL=../..
 #
 # Give the name of a library.  This will build a dynamic version.
 #
-SHARED_LIBRARY=1
 LIBRARYNAME=sample
+#SHARED_LIBRARY=1
+#DONT_BUILD_RELINKED=1
+#ARCHIVE_LIBRARY=1
 
 #
 # Include Makefile.common so we know what to do.