summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/tools/Makefile')
-rw-r--r--examples/ModuleMaker/tools/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/ModuleMaker/tools/Makefile b/examples/ModuleMaker/tools/Makefile
deleted file mode 100644
index b15b35b33d..0000000000
--- a/examples/ModuleMaker/tools/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-##===- projects/ModuleMaker/tools/Makefile -----------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-#
-# Relative path to the top of the source tree.
-#
-LEVEL=..
-
-#
-# List all of the subdirectories that we will compile.
-#
-DIRS=ModuleMaker
-
-include $(LEVEL)/Makefile.common