From 35b88760be5b5dbda859f4697702efc0b3cd2663 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Sat, 6 Nov 2010 14:34:18 -0400 Subject: refactor: switch back from SCons to make We originally switched from make to scons because 1) our makefiles were not very good; 2) SCons promised to make maintaining the build system simpler. Unfortunately, SCons has become more and more difficult to deal with as we moved to supporting several architecture and cross compilation, to the extend that we ended up re-creating make functionality in SCons. So let's switch back to make using a "clean" Makefile. Thanks a lot to Andrea Bastoni and Chris Kenna for feedback on previous iterations of these patches. --- tests/runner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/runner.c b/tests/runner.c index f2e42b2..ccf8d46 100644 --- a/tests/runner.c +++ b/tests/runner.c @@ -7,8 +7,8 @@ #include -/* auto generated by SConstruct */ -#include "__test_catalog.inc" +/* auto generated by Makefile */ +#include "../test_catalog.inc" #include "litmus.h" -- cgit v1.2.2