mirror of
https://github.com/jeremysrand/Apple2GSBuildPipeline.git
synced 2024-12-01 14:50:19 +00:00
Force OBJDIR, GENDIR and TARGETDIR to all be absolute paths at the start of tail.mk. This fixes a link problem that can happen if OBJDIR is set to a relative path.
This commit is contained in:
parent
f8334194f4
commit
dd691f7802
@ -5,6 +5,9 @@
|
||||
export PATH := $(PATH):$(ORCA_BIN)
|
||||
|
||||
CWD=$(shell pwd)
|
||||
OBJDIR:=$(abspath $(OBJDIR))
|
||||
GENDIR:=$(abspath $(GENDIR))
|
||||
TARGETDIR:=$(abspath $(TARGETDIR))
|
||||
|
||||
DISKIMAGE=$(TARGETDIR)/$(PGM).2mg
|
||||
BUILDTARGET=$(DISKIMAGE)
|
||||
|
Loading…
Reference in New Issue
Block a user