From 27433076e9db3d47556a346a589bace52977f864 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 18 Sep 2013 13:05:29 +0200 Subject: tcctool: fix Makefile The version.sh tool tries to locate the repository root if no argument is given but it doesn't really work. Instead explicitely give it the path to the root. Change-Id: Ie3a35cb3d41bbd8819823358763f714ad045527e --- utils/tcctool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/tcctool') diff --git a/utils/tcctool/Makefile b/utils/tcctool/Makefile index 7258f2f8cd..88d59bda60 100644 --- a/utils/tcctool/Makefile +++ b/utils/tcctool/Makefile @@ -2,7 +2,7 @@ ROMFILE=player.rom ifndef VERSION -VERSION=$(shell ../../tools/version.sh) +VERSION=$(shell ../../tools/version.sh ../../) endif CFLAGS=-Wall -W -I/usr/local/include -DVERSION=\"$(VERSION)\" -- cgit