From c97bc2de4c735bba63f29e8344652ef0634c5288 Mon Sep 17 00:00:00 2001 From: thePowersGang Date: Sat, 20 Nov 2010 16:52:24 +0800 Subject: [PATCH] Fixed need to set $(ACESSDIR) --- Makefile.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.cfg b/Makefile.cfg index 834f9706..38f03de4 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -4,7 +4,8 @@ # Source and destination configuration DISTROOT := a:/Acess2 -ACESSDIR := /home/tpg/Projects/Acess2 +#ACESSDIR := /home/tpg/Projects/Acess2 +ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST))) # Default build programs CC := gcc -- 2.20.1