Changes in directory llvm/projects:

Makefile updated: 1.16 -> 1.17
---
Log message:

remove obsolete comment


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.16 llvm/projects/Makefile:1.17
--- llvm/projects/Makefile:1.16 Tue Jan 16 20:18:43 2007
+++ llvm/projects/Makefile      Tue Jan 16 23:26:57 2007
@@ -12,7 +12,7 @@
 
 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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to