[llvm-commits] CVS: llvm/projects/Makefile
Reid Spencer
reid at x10sys.com
Fri Sep 3 15:28:35 PDT 2004
Changes in directory llvm/projects:
Makefile updated: 1.8 -> 1.9
---
Log message:
Uh, changing in build dir and committing in src dir doesn't lead to correct
commits. Fix it so it actually works.
---
Diffs of the changes: (+1 -1)
Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.8 llvm/projects/Makefile:1.9
--- llvm/projects/Makefile:1.8 Fri Sep 3 17:25:40 2004
+++ llvm/projects/Makefile Fri Sep 3 17:28:24 2004
@@ -10,6 +10,6 @@
include $(LEVEL)/Makefile.config
-DIRS:= $(patsubst $(SourceDir)%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+DIRS:= $(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list