diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-11 00:56:41 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-11 00:56:41 +0000 |
commit | e1616bf0ca62fadb93a751428053d5f32d4579c1 (patch) | |
tree | 792a43f9ba94afe1ff5e698596224e6844df4301 /projects/Stacker/lib | |
parent | 2b8f30c4591419205527ae4693d6ab5fe83187af (diff) |
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
Diffstat (limited to 'projects/Stacker/lib')
-rw-r--r-- | projects/Stacker/lib/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 5a99d70052..a302a85ef5 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 |