summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-17 05:26:57 +0000
committerChris Lattner <sabre@nondot.org>2007-01-17 05:26:57 +0000
commitde8dacf75998f4603feffb49a86bdb5ef6c3112f (patch)
tree148822f75f06490152beebc4a6d7ef769e999be7 /projects
parent22fb30231b87e7b090ab1b135cb478c0c3feefe4 (diff)
downloadllvm-de8dacf75998f4603feffb49a86bdb5ef6c3112f.tar.gz
llvm-de8dacf75998f4603feffb49a86bdb5ef6c3112f.tar.bz2
llvm-de8dacf75998f4603feffb49a86bdb5ef6c3112f.tar.xz
remove obsolete comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Makefile b/projects/Makefile
index 93459a5f25..8be3d40c2e 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -12,7 +12,7 @@ include $(LEVEL)/Makefile.config
DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
-# Sparc cannot link shared libraries (libtool problem?) which Stacker uses
+# Sparc cannot link shared libraries (libtool problem?)
ifeq ($(ARCH), Sparc)
DIRS := $(filter-out sample, $(DIRS))
endif