[llvm-commits] CVS: llvm-test/Makefile.common
Misha Brukman
brukman at cs.uiuc.edu
Mon Oct 25 07:52:15 PDT 2004
Changes in directory llvm-test:
Makefile.common updated: 1.2 -> 1.3
---
Log message:
Adjust the inclusion of Makefile.rules so that we always get it from the
source tree (instead of the object tree, where it may not be).
This gets SRCDIR != OBJDIR working again.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/Makefile.common
diff -u llvm-test/Makefile.common:1.2 llvm-test/Makefile.common:1.3
--- llvm-test/Makefile.common:1.2 Fri Oct 22 10:58:13 2004
+++ llvm-test/Makefile.common Mon Oct 25 09:52:01 2004
@@ -16,4 +16,4 @@
#
# Include LLVM's Master Makefile.
#
-include $(LEVEL)/Makefile.rules
+include $(BUILD_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list