From: thePowersGang Date: Sat, 20 Nov 2010 08:52:24 +0000 (+0800) Subject: Fixed need to set $(ACESSDIR) X-Git-Tag: rel0.07~54 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=c97bc2de4c735bba63f29e8344652ef0634c5288;p=tpg%2Facess2.git Fixed need to set $(ACESSDIR) --- 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