git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe9f20
)
Fixed Makefile.cfg behavior
author
John Hodge
<
[email protected]
>
Sat, 27 Nov 2010 04:16:55 +0000
(12:16 +0800)
committer
John Hodge
<
[email protected]
>
Sat, 27 Nov 2010 04:16:55 +0000
(12:16 +0800)
Makefile.cfg
patch
|
blob
|
history
diff --git
a/Makefile.cfg
b/Makefile.cfg
index
38f03de
..
547f1bb
100644
(file)
--- 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
UCC
git Repository :: git.ucc.asn.au