From 2a77d8a7aa79ac4dd2ccda43c655a28c374be7c5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 Jul 2002 17:52:24 +0000 Subject: [PATCH] Convert over to new style makefile where libraries by default build .o files unless they specify BUILD_ARCHIVE to also build a .a file. llvm-svn: 3001 --- llvm/lib/Analysis/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile index bbf123870332..6168140831dc 100644 --- a/llvm/lib/Analysis/Makefile +++ b/llvm/lib/Analysis/Makefile @@ -1,9 +1,7 @@ - LEVEL = ../.. - LIBRARYNAME = analysis - DIRS = LiveVar IPA DataStructure +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common