summaryrefslogtreecommitdiff
path: root/runtime/GC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GC/Makefile')
-rw-r--r--runtime/GC/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile
deleted file mode 100644
index b053e25286..0000000000
--- a/runtime/GC/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-##===- runtime/GC/Makefile ---------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-PARALLEL_DIRS := SemiSpace
-EXTRA_DIST := gc_exported_symbols.lst
-include $(LEVEL)/Makefile.common
-
-# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
-#
-install::
-
-clean::