[llvm-commits] CVS: llvm/projects/Makefile

Chris Lattner sabre at nondot.org
Tue Jan 16 21:27:13 PST 2007



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






More information about the llvm-commits mailing list