From e026c070c4e9001c6023a8c14664e68151e0b30f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 13 Dec 2006 16:54:24 +0000 Subject: Remove DSA. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32542 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 787136e921..6d11d34d3e 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -11,6 +11,6 @@ TOOLNAME = opt REQUIRES_EH := 1 LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \ - datastructure transforms + transforms include $(LEVEL)/Makefile.common -- cgit v1.2.3