From: Chris Lattner Date: Mon, 1 Sep 2003 20:29:43 +0000 (+0000) Subject: Remove dead library makefile X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=79a4e8e2d62c57e729656eb8ff8744a726b82e14;p=oota-llvm.git Remove dead library makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8304 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PreOpts/Makefile b/lib/CodeGen/PreOpts/Makefile deleted file mode 100644 index 4085f0cd0aa..00000000000 --- a/lib/CodeGen/PreOpts/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -LEVEL = ../../.. - -DIRS = - -LIBRARYNAME = preopts - -include $(LEVEL)/Makefile.common -