From 9e9fbd5c3b6c73fe47b36c8a4f557c58df72aec1 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 10 Sep 2007 17:16:09 +0000 Subject: [PATCH] corrected core path, thanks todd lewis for reporting git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@441 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/examples/tutorial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/examples/tutorial/Makefile b/apps/examples/tutorial/Makefile index 943133e6..009b9c29 100644 --- a/apps/examples/tutorial/Makefile +++ b/apps/examples/tutorial/Makefile @@ -1,4 +1,4 @@ -COREPATH ?= ../../core +COREPATH ?= ../../../core .DEFAULT_GOAL := all include $(COREPATH)/../Makefile.defs