[llvm-commits] CVS: llvm/Makefile.common
Vikram Adve
vadve at cs.uiuc.edu
Mon Oct 14 21:00:01 PDT 2002
Changes in directory llvm:
Makefile.common updated: 1.61 -> 1.62
---
Log message:
Remove outdated line which of course cvs merging never detects...
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.61 llvm/Makefile.common:1.62
--- llvm/Makefile.common:1.61 Mon Oct 14 11:40:04 2002
+++ llvm/Makefile.common Mon Oct 14 20:59:45 2002
@@ -126,7 +126,7 @@
# Special tools used while building the LLVM tree. Burg is built as part of the
# utils directory.
#
-BURG := $(LEVEL)/utils/Burg/burg.$(UNAME)
+BURG := $(TOOLDEBUG)/burg
RunBurg := $(BURG) $(BURG_OPTS)
More information about the llvm-commits
mailing list