[llvm-commits] CVS: reopt/Makefile.common.in
Vikram Adve
vadve at cs.uiuc.edu
Sat Sep 13 16:16:02 PDT 2003
Changes in directory reopt:
Makefile.common.in updated: 1.3 -> 1.4
---
Log message:
Makefile.config now lives in obj_root, not in src_root.
---
Diffs of the changes:
Index: reopt/Makefile.common.in
diff -u reopt/Makefile.common.in:1.3 reopt/Makefile.common.in:1.4
--- reopt/Makefile.common.in:1.3 Wed Sep 10 10:02:24 2003
+++ reopt/Makefile.common.in Sat Sep 13 16:15:21 2003
@@ -12,7 +12,7 @@
#
# Include LLVM's Master Makefile.
#
-include $(LLVM_SRC_ROOT)/Makefile.config
+include $(LLVM_OBJ_ROOT)/Makefile.config
#
# Set the source root and source directory pathnames
More information about the llvm-commits
mailing list