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
This commit is contained in:
Amaury Pouly 2013-09-18 13:05:29 +02:00
parent afd85634a0
commit 27433076e9
1 changed files with 1 additions and 1 deletions

View File

@ -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)\"