From de8dacf75998f4603feffb49a86bdb5ef6c3112f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Jan 2007 05:26:57 +0000 Subject: remove obsolete comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33292 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Makefile b/projects/Makefile index 93459a5f25..8be3d40c2e 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -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 -- cgit v1.2.3