[llvm-commits] CVS: reopt/Makefile.config.in

Brian Gaeke gaeke at cs.uiuc.edu
Tue Oct 26 10:13:13 PDT 2004



Changes in directory reopt:

Makefile.config.in updated: 1.5 -> 1.6
---
Log message:

Don't define PAPIDIR at all if --with-papi wasn't specified.
The default path we had in here wasn't right anyway.


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

Index: reopt/Makefile.config.in
diff -u reopt/Makefile.config.in:1.5 reopt/Makefile.config.in:1.6
--- reopt/Makefile.config.in:1.5	Fri Sep 24 16:22:36 2004
+++ reopt/Makefile.config.in	Tue Oct 26 12:13:02 2004
@@ -16,6 +16,5 @@
 
 # Path to the PAPI code.  This is used by the reoptimizer only.
 # e.g.:
-#PAPIDIR := /home/vadve/shared/papi-2.3.4.1
-PAPIDIR := @PAPIDIR@
+ at PAPIDIR@
 






More information about the llvm-commits mailing list