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

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Jul 21 02:08:47 PDT 2004



Changes in directory llvm-java:

Makefile.rules updated: 1.5 -> 1.6

---
Log message:

Remove llvm tool defs since these are now defined in the topmost
Makefile.rules.


---
Diffs of the changes:  (+0 -4)

Index: llvm-java/Makefile.rules
diff -u llvm-java/Makefile.rules:1.5 llvm-java/Makefile.rules:1.6
--- llvm-java/Makefile.rules:1.5	Tue Jul 20 08:55:33 2004
+++ llvm-java/Makefile.rules	Wed Jul 21 04:08:37 2004
@@ -15,10 +15,6 @@
 endif
 
 CLASS2LLVM := $(PROJTOOLCURRENT)/class2llvm$(EXEEXT)
-LDIS  := $(LLVMTOOLCURRENT)/llvm-dis$(EXEEXT)
-LAS   := $(LLVMTOOLCURRENT)/llvm-as$(EXEEXT)
-LLINK := $(LLVMTOOLCURRENT)/llvm-link$(EXEEXT)
-LOPT  := $(LLVMTOOLCURRENT)/opt$(EXEEXT)
 
 # rule to make assembly from bytecode
 %.dis-ll: %.bc





More information about the llvm-commits mailing list