* llvm.spec.in: update blurb
[oota-llvm.git] / 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