Little fix to global makefile
authorJohn Hodge <[email protected]>
Mon, 14 May 2012 06:56:29 +0000 (14:56 +0800)
committerJohn Hodge <[email protected]>
Mon, 14 May 2012 06:56:29 +0000 (14:56 +0800)
Makefile.cfg

index 14d5065..53784d2 100644 (file)
@@ -2,14 +2,14 @@
 # Acess2 Build Configuration
 #
 
+ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
+ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
+
 # Install destination configuration
-DISTROOT := a:/Acess2
+DISTROOT := -i $(ACESSDIR)/Acess2.img ::/Acess2
 xCP := mcopy -D o
 xMKDIR := mmd -D s
 
-ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
-ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
-
 -include $(ACESSDIR)/Makefile.Version.cfg
 
 # Default build programs

UCC git Repository :: git.ucc.asn.au