summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
commitace94df71f8e4b8ea2de71ac9f9622d198ea52c7 (patch)
tree98bccc806668d3efab2d2ad0a71b5924a509702e /llvm/lib/Analysis/DataStructure
parent5b240ad1d913a5b6a5cd7bfeaf1d671f7de86a33 (diff)
downloadbcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.tar.gz
bcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.zip
Update to reflect changes in Makefile rules.
llvm-svn: 16950
Diffstat (limited to 'llvm/lib/Analysis/DataStructure')
-rw-r--r--llvm/lib/Analysis/DataStructure/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Makefile.am b/llvm/lib/Analysis/DataStructure/Makefile.am
index 501dd7a528d..03ff3c7c6fb 100644
--- a/llvm/lib/Analysis/DataStructure/Makefile.am
+++ b/llvm/lib/Analysis/DataStructure/Makefile.am
@@ -7,10 +7,9 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
lib_LIBRARIES = libLLVMDataStructure.a
-libexec_PROGRAMS = LLVMDataStructure.o
MYSOURCES = \
BottomUpClosure.cpp\
@@ -31,5 +30,4 @@ MYSOURCES = \
TopDownClosure.cpp
libLLVMDataStructure_a_SOURCES = $(MYSOURCES)
-LLVMDataStructure_o_SOURCES = $(MYSOURCES)
-LIBS=
+PRELINK=libLLVMDataStructure.a
OpenPOWER on IntegriCloud