[llvm-commits] CVS: llvm-java/test/Makefile.test

Alkis Evlogimenos alkis at cs.uiuc.edu
Sat Jul 24 12:12:20 PDT 2004



Changes in directory llvm-java/test:

Makefile.test updated: 1.9 -> 1.10

---
Log message:

Use correct patterns for .PRECIOUS dependancies.


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

Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.9 llvm-java/test/Makefile.test:1.10
--- llvm-java/test/Makefile.test:1.9	Sat Jul 24 10:40:57 2004
+++ llvm-java/test/Makefile.test	Sat Jul 24 14:12:10 2004
@@ -17,7 +17,7 @@
 
 # we don't want these files to be deleted by make, even if they are
 # intermediate results
-.PRECIOUS: Output/.dir Output/%.bc Output/%.ll Output/%.llvm.bc Output/%.llvm Output/%.class
+.PRECIOUS: Output/.dir %.bc %.ll %.llvm.bc %.llvm %.class
 
 #rule to link in runtime to raw bytecode
 %.linked.bc: %.raw.bc $(LEVEL)/runtime/runtime.bc





More information about the llvm-commits mailing list