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 | 8da107a68fc9a90f7aec1e821c732b329870b4e9 (patch) | |
tree | ddc393437bbcafd98f9878df9f1a0d84bdaa8e4d /llvm/projects/Stacker | |
parent | 6e200dedd7ed8fccaa9addd46c077fe67b0186e5 (diff) | |
download | bcm5719-llvm-8da107a68fc9a90f7aec1e821c732b329870b4e9.tar.gz bcm5719-llvm-8da107a68fc9a90f7aec1e821c732b329870b4e9.zip |
Remove exhuberant-style comments which remained from copying file from `sample'
llvm-svn: 16909
Diffstat (limited to 'llvm/projects/Stacker')
-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 |