[llvm-commits] CVS: llvm/projects/Makefile
Reid Spencer
reid at x10sys.com
Fri Oct 22 14:02:21 PDT 2004
Changes in directory llvm/projects:
Makefile updated: 1.12 -> 1.13
---
Log message:
Adjust to changes in Makefile.rules
---
Diffs of the changes: (+1 -1)
Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.12 llvm/projects/Makefile:1.13
--- llvm/projects/Makefile:1.12 Tue Sep 14 13:21:03 2004
+++ llvm/projects/Makefile Fri Oct 22 16:02:08 2004
@@ -10,7 +10,7 @@
include $(LEVEL)/Makefile.config
-DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)))
+DIRS:= $(filter-out llvm-test,$(patsubst $(BUILD_SRC_DIR)/%/Makefile,%,$(wildcard $(BUILD_SRC_DIR)/*/Makefile)))
# Sparc cannot link shared libraries (libtool problem?) which Stacker uses
ifeq ($(ARCH), Sparc)
More information about the llvm-commits
mailing list