[llvm-commits] CVS: llvm/tools/llee/Makefile Makefile.in
Reid Spencer
reid at x10sys.com
Fri Oct 22 14:02:39 PDT 2004
Changes in directory llvm/tools/llee:
Makefile updated: 1.7 -> 1.8
Makefile.in (r1.1) removed
---
Log message:
We're not doing automake any more
---
Diffs of the changes: (+4 -4)
Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.7 llvm/tools/llee/Makefile:1.8
--- llvm/tools/llee/Makefile:1.7 Wed Sep 8 14:48:15 2004
+++ llvm/tools/llee/Makefile Fri Oct 22 16:02:22 2004
@@ -13,11 +13,11 @@
all:: llee
-llee: $(DESTTOOLCURRENT)/llee
+llee: $(TOOLDIR)/llee
-$(DESTTOOLCURRENT)/llee: Makefile
- echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/libexecve$(SHLIBEXT) $$\* > $@
+$(TOOLDIR)/llee: Makefile
+ echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
chmod u+x $@
clean::
- rm -f $(DESTTOOLCURRENT)/llee
+ rm -f $(TOOLDIR)/llee
More information about the llvm-commits
mailing list