remove obsolete comment
authorChris Lattner <sabre@nondot.org>
Wed, 17 Jan 2007 05:26:57 +0000 (05:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Jan 2007 05:26:57 +0000 (05:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33292 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Makefile

index 93459a5f25f506f5a81b7ef8ed232244b8b9cb76..8be3d40c2e50e36e50f6bbf5fa51e9e99950828a 100644 (file)
@@ -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