summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/tcctool/Makefile2
1 files changed, 1 insertions, 1 deletions
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 @@
2ROMFILE=player.rom 2ROMFILE=player.rom
3 3
4ifndef VERSION 4ifndef VERSION
5VERSION=$(shell ../../tools/version.sh) 5VERSION=$(shell ../../tools/version.sh ../../)
6endif 6endif
7 7
8CFLAGS=-Wall -W -I/usr/local/include -DVERSION=\"$(VERSION)\" 8CFLAGS=-Wall -W -I/usr/local/include -DVERSION=\"$(VERSION)\"