[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/rtl/Makefile

John Criswell criswell at cs.uiuc.edu
Thu May 29 13:59:00 PDT 2003


Changes in directory llvm/lib/Reoptimizer/Inst/rtl:

Makefile updated: 1.3 -> 1.4

---
Log message:

Removed the definition of PAPIDIR.  It now fetches the value from
the master Makefile.config.


---
Diffs of the changes:

Index: llvm/lib/Reoptimizer/Inst/rtl/Makefile
diff -u llvm/lib/Reoptimizer/Inst/rtl/Makefile:1.3 llvm/lib/Reoptimizer/Inst/rtl/Makefile:1.4
--- llvm/lib/Reoptimizer/Inst/rtl/Makefile:1.3	Thu May 22 22:26:13 2003
+++ llvm/lib/Reoptimizer/Inst/rtl/Makefile	Thu May 29 13:58:12 2003
@@ -1,7 +1,6 @@
 LEVEL = ../../../..
 LIBRARYNAME = pprtl
 BUILD_ARCHIVE = 1
-PAPIDIR = /home/vadve/shared/papi-2.3.4.1
 CPPFLAGS += -D_BUILDING_RUNTIME_LIBRARY_ -I$(PAPIDIR)/include
 CXXFLAGS += -D_BUILDING_RUNTIME_LIBRARY_ -I$(PAPIDIR)/include
 





More information about the llvm-commits mailing list