X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Makefile.cfg;h=c030d4754f09c00385f7b4cf98c141b5a80d9035;hp=7b0ad8c324ab1ea6835df742dd696dfb09bc787b;hb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;hpb=d047958aaade97d65ed5d5ca6c3835c2699e1010 diff --git a/Makefile.cfg b/Makefile.cfg index 7b0ad8c3..c030d475 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -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