[llvm-commits] CVS: llvm/test/Programs/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 17 23:47:00 PDT 2003
Changes in directory llvm/test/Programs:
Makefile updated: 1.19 -> 1.20
---
Log message:
Include Makefile.programs instead of Makefile.tests, for now it's the same
Fix spelling. Geeze, I would have thought that Misha would have got all
of these by now. :)
---
Diffs of the changes:
Index: llvm/test/Programs/Makefile
diff -u llvm/test/Programs/Makefile:1.19 llvm/test/Programs/Makefile:1.20
--- llvm/test/Programs/Makefile:1.19 Sun Aug 17 22:45:37 2003
+++ llvm/test/Programs/Makefile Sun Aug 17 23:46:26 2003
@@ -1,6 +1,6 @@
##===- test/Programs/Makefile ------------------------------*- Makefile -*-===##
#
-# This recursively traverses the programs, building them as neccesary. This
+# This recursively traverses the programs, building them as necessary. This
# makefile also implements 'make report TEST=<x>'.
#
##===----------------------------------------------------------------------===##
@@ -9,7 +9,7 @@
PARALLEL_DIRS = SingleSource MultiSource External
#LLVMSource
-include ${LEVEL}/test/Makefile.tests
+include ${LEVEL}/test/Programs/Makefile.programs
# Include all makefiles which define tests... These makefiles must define
# test.<testname>.% given input from Output/%.llvm.bc
More information about the llvm-commits
mailing list