From ac363f45dc1b54167e03817dd65c8489b595733d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Sep 2003 15:07:37 +0000 Subject: [PATCH] Whoops, remove makefile too llvm-svn: 8533 --- runtime/GCCLibraries/libexception/Makefile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 runtime/GCCLibraries/libexception/Makefile 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