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

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Jul 15 04:28:54 PDT 2004



Changes in directory llvm-java/test/Compiler:

Makefile updated: 1.1 -> 1.2

---
Log message:

Add runtime and move some rules to Makefile.rules. Now we link to the
runtime (which is currently almost empty :-)).


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

Index: llvm-java/test/Compiler/Makefile
diff -u llvm-java/test/Compiler/Makefile:1.1 llvm-java/test/Compiler/Makefile:1.2
--- llvm-java/test/Compiler/Makefile:1.1	Wed Jul 14 03:30:35 2004
+++ llvm-java/test/Compiler/Makefile	Thu Jul 15 06:28:44 2004
@@ -10,6 +10,6 @@
 
 CLASSFILES := $(wildcard *.class)
 
-all:: $(foreach ext,rbc ll,$(CLASSFILES:%.class=Output/%.$(ext)))
+all:: $(foreach ext,linked.dis-ll,$(CLASSFILES:%.class=Output/%.$(ext)))
 
 include $(LEVEL)/test/Makefile.test





More information about the llvm-commits mailing list