[llvm-commits] CVS: llvm/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Sun Nov 7 00:29:13 PST 2004



Changes in directory llvm:

Makefile updated: 1.36 -> 1.37
---
Log message:

Minor error.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile
diff -u llvm/Makefile:1.36 llvm/Makefile:1.37
--- llvm/Makefile:1.36	Sun Nov  7 02:24:59 2004
+++ llvm/Makefile	Sun Nov  7 02:29:03 2004
@@ -37,4 +37,4 @@
 tools-only: all
 
 check-dejagnu:
-	cd test; $(MAKE) check-dejagnu $(TEST)
+	cd test; $(MAKE) check-dejagnu TEST=$(TEST)






More information about the llvm-commits mailing list