aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-23 22:51:58 +0000
committerChris Lattner <sabre@nondot.org>2002-03-23 22:51:58 +0000
commite7506a366e8bd56c97d10beb68e4db953aebaeca (patch)
tree2ed9896ec8647934d3c26cb740dc4ed16d9ae57b /lib/Analysis/Makefile
parentbcd8e0313853473f72a138e51072f9bd545fadd2 (diff)
Rename Method to Function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Makefile')
-rw-r--r--lib/Analysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 69359afb8f..bbf1238703 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -3,7 +3,7 @@ LEVEL = ../..
LIBRARYNAME = analysis
-DIRS = LiveVar IPA
+DIRS = LiveVar IPA DataStructure
include $(LEVEL)/Makefile.common