summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/lib/runtime/Makefile')
-rw-r--r--projects/Stacker/lib/runtime/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/projects/Stacker/lib/runtime/Makefile b/projects/Stacker/lib/runtime/Makefile
deleted file mode 100644
index d3ebf18fc5..0000000000
--- a/projects/Stacker/lib/runtime/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-##===- projects/Stacker/lib/runtime/Makefile ---------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by Reid Spencer and is distributed under the
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-DONT_BUILD_RELINKED = 1
-MODULE_NAME = stkr_runtime
-
-include $(LEVEL)/Makefile.common