[llvm-commits] CVS: llvm/Makefile.config
Chris Lattner
lattner at apoc.cs.uiuc.edu
Tue Sep 17 18:25:01 PDT 2002
Changes in directory llvm:
Makefile.config updated: 1.2 -> 1.3
---
Log message:
Use locally built burg
---
Diffs of the changes:
Index: llvm/Makefile.config
diff -u llvm/Makefile.config:1.2 llvm/Makefile.config:1.3
--- llvm/Makefile.config:1.2 Thu Aug 29 22:27:09 2002
+++ llvm/Makefile.config Tue Sep 17 18:24:57 2002
@@ -15,7 +15,7 @@
# Path to executable for Burg
#
-BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
+BURG = $(LEVEL)/utils/Burg/burg
# Path to location for purify
#
More information about the llvm-commits
mailing list