From ec5360364bebe15ddc72bcea61aa097eff58cfa0 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Wed, 3 Oct 2018 23:09:03 -0500 Subject: [PATCH] Use relative path for mid2agb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 910e903283..1d2a15d00b 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ LIB := -L ../../tools/agbcc/lib -lgcc -lc SHA1 := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c GFX := tools/gbagfx/gbagfx$(EXE) AIF := tools/aif2pcm/aif2pcm$(EXE) -MID := $(abspath tools/mid2agb/mid2agb)$(EXE) +MID := tools/mid2agb/mid2agb$(EXE) SCANINC := tools/scaninc/scaninc$(EXE) PREPROC := tools/preproc/preproc$(EXE) RAMSCRGEN := tools/ramscrgen/ramscrgen$(EXE)