aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Stacker
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-11 00:56:41 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-11 00:56:41 +0000
commite1616bf0ca62fadb93a751428053d5f32d4579c1 (patch)
tree792a43f9ba94afe1ff5e698596224e6844df4301 /projects/Stacker
parent2b8f30c4591419205527ae4693d6ab5fe83187af (diff)
downloadexternal_llvm-e1616bf0ca62fadb93a751428053d5f32d4579c1.zip
external_llvm-e1616bf0ca62fadb93a751428053d5f32d4579c1.tar.gz
external_llvm-e1616bf0ca62fadb93a751428053d5f32d4579c1.tar.bz2
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')
-rw-r--r--projects/Stacker/lib/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile
index 5a99d700..a302a85 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