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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Sep 24 14:22:48 PDT 2004



Changes in directory reopt:

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

Makefile.config goes in the OBJ_ROOT, not SRC_ROOT.


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

Index: reopt/Makefile.config.in
diff -u reopt/Makefile.config.in:1.4 reopt/Makefile.config.in:1.5
--- reopt/Makefile.config.in:1.4	Tue Sep  7 12:33:09 2004
+++ reopt/Makefile.config.in	Fri Sep 24 16:22:36 2004
@@ -10,9 +10,9 @@
 LLVM_OBJ_ROOT = @LLVM_OBJ@
 
 #
-# Include LLVM's Makefile Makefile.
+# Include LLVM's Master Makefile.
 #
-include $(LLVM_SRC_ROOT)/Makefile.config
+include $(LLVM_OBJ_ROOT)/Makefile.config
 
 # Path to the PAPI code.  This is used by the reoptimizer only.
 # e.g.:






More information about the llvm-commits mailing list