diff options
author | Chris Lattner <sabre@nondot.org> | 2007-01-17 05:26:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-01-17 05:26:57 +0000 |
commit | de8dacf75998f4603feffb49a86bdb5ef6c3112f (patch) | |
tree | 148822f75f06490152beebc4a6d7ef769e999be7 /projects | |
parent | 22fb30231b87e7b090ab1b135cb478c0c3feefe4 (diff) |
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/Makefile | 2 |
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 |