Remove “localversion” script.

This commit is contained in:
Anthony J. Bentley
2010-12-22 14:26:43 -07:00
parent 7384c41c82
commit b9f92536a9
3 changed files with 3 additions and 27 deletions

View File

@@ -1,8 +1,5 @@
localversion = $(shell sh scripts/localversion.sh)
CFLAGS += -Wall -Iinclude -Iinclude/asm/gameboy \
-DLOCALVERSION=\"$(localversion)\" -g -std=c99 \
-D_POSIX_C_SOURCE=200112L
CFLAGS += -Wall -Iinclude -Iinclude/asm/gameboy -g -std=c99 \
-D_POSIX_C_SOURCE=200112L
yacc_pre := \
src/asm/yaccprt1.y\