From: Chris Lattner Date: Mon, 1 Sep 2003 20:26:52 +0000 (+0000) Subject: Remove makefile for dead library X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=02b81351f983f21a420a69319c69860d2180ebdb;p=oota-llvm.git Remove makefile for dead library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8303 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PostOpts/Makefile b/lib/CodeGen/PostOpts/Makefile deleted file mode 100644 index 5d1242ca9d8..00000000000 --- a/lib/CodeGen/PostOpts/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -LEVEL = ../../.. - -DIRS = - -LIBRARYNAME = postopts - -BUILD_ARCHIVE = 1 - -include $(LEVEL)/Makefile.common