diff options
-rw-r--r-- | llvm/projects/Stacker/lib/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/projects/Stacker/lib/Makefile b/llvm/projects/Stacker/lib/Makefile index 5a99d700526..a302a85ef51 100644 --- a/llvm/projects/Stacker/lib/Makefile +++ b/llvm/projects/Stacker/lib/Makefile @@ -4,17 +4,7 @@ # ##===----------------------------------------------------------------------===## -# -# Indicates our relative path to the top of the project's root directory. -# LEVEL = .. - -# -# Directories that needs to be built. -# DIRS = compiler runtime -# -# Include the Master Makefile that knows how to build all. -# include $(LEVEL)/Makefile.common |