From: Chris Lattner Date: Mon, 15 Sep 2003 15:07:37 +0000 (+0000) Subject: Whoops, remove makefile too X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=919846dac822f1725f3c1cb5023bc192382a6d31;p=oota-llvm.git Whoops, remove makefile too git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8533 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/GCCLibraries/libexception/Makefile b/runtime/GCCLibraries/libexception/Makefile deleted file mode 100644 index 09076cbc959..00000000000 --- a/runtime/GCCLibraries/libexception/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -LEVEL = ../../.. -BYTECODE_LIBRARY=1 -DONT_BUILD_RELINKED=1 -LIBRARYNAME=exception - -include $(LEVEL)/Makefile.common