From 97f773512534ea78c57f3fafd8b1961f3d34b624 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Tue, 22 Feb 2005 04:58:26 +0000 Subject: [PATCH] no longer build as a shared library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20264 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile index 49cb1cdf2c5..7d3f3547632 100644 --- a/lib/Target/Alpha/Makefile +++ b/lib/Target/Alpha/Makefile @@ -9,7 +9,6 @@ LEVEL = ../../.. LIBRARYNAME = LLVMAlpha TARGET = Alpha -SHARED_LIBRARY=1 # Make sure that tblgen is run, first thing. BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \ -- 2.34.1