[llvm-commits] CVS: llvm/projects/SmallExamples/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 19 18:11:29 PDT 2004
Changes in directory llvm/projects/SmallExamples:
Makefile updated: 1.1 -> 1.2
---
Log message:
Make people explicitly add dirs to this. Remove ModuleMaker as it currently
does not build (it must be configured before it will work)
---
Diffs of the changes: (+1 -2)
Index: llvm/projects/SmallExamples/Makefile
diff -u llvm/projects/SmallExamples/Makefile:1.1 llvm/projects/SmallExamples/Makefile:1.2
--- llvm/projects/SmallExamples/Makefile:1.1 Thu Aug 19 15:09:14 2004
+++ llvm/projects/SmallExamples/Makefile Thu Aug 19 20:11:16 2004
@@ -10,7 +10,6 @@
include $(LEVEL)/Makefile.config
-DIRS=
-OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
+DIRS = Fibonacci HowToUseJIT
include $(BUILD_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list