* llvm.spec.in: update blurb
[oota-llvm.git] / projects / Makefile
index f2a604a55fbf857abca183d3dcca73eb65210089..8be3d40c2e50e36e50f6bbf5fa51e9e99950828a 100644 (file)
@@ -12,9 +12,8 @@ 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 Stacker, $(DIRS))
 DIRS := $(filter-out sample, $(DIRS))
 endif