[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:26 PDT 2004
Changes in directory llvm-test/SingleSource/UnitTests:
Makefile updated: 1.3 -> 1.4
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/SingleSource/UnitTests/Makefile
diff -u llvm-test/SingleSource/UnitTests/Makefile:1.3 llvm-test/SingleSource/UnitTests/Makefile:1.4
--- llvm-test/SingleSource/UnitTests/Makefile:1.3 Thu Sep 11 14:06:59 2003
+++ llvm-test/SingleSource/UnitTests/Makefile Wed Sep 1 09:33:27 2004
@@ -1,6 +1,6 @@
# Programs/SingleSource/UnitTests/Makefile
DIRS = SetjmpLongjmp
-LEVEL = ../../../..
-include ../Makefile.singlesrc
+LEVEL = ../..
+include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list