From: John Hodge Date: Sat, 27 Nov 2010 04:16:55 +0000 (+0800) Subject: Fixed Makefile.cfg behavior X-Git-Tag: rel0.07~50 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=0bbf323354161b51af5d0553fb80ce36d8ab4bc6;p=tpg%2Facess2.git Fixed Makefile.cfg behavior --- diff --git a/Makefile.cfg b/Makefile.cfg index 38f03de4..547f1bbb 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -4,8 +4,9 @@ # Source and destination configuration DISTROOT := a:/Acess2 -#ACESSDIR := /home/tpg/Projects/Acess2 + ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST))) +ACESSDIR := $(shell cd $(ACESSDIR) && pwd) # Default build programs CC := gcc