From: Misha Brukman Date: Mon, 11 Oct 2004 00:56:41 +0000 (+0000) Subject: Remove exhuberant-style comments which remained from copying file from `sample' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e1616bf0ca62fadb93a751428053d5f32d4579c1;p=oota-llvm.git Remove exhuberant-style comments which remained from copying file from `sample' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16909 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 5a99d700526..a302a85ef51 100644 --- a/projects/Stacker/lib/Makefile +++ b/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