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