Skip to content

Commit

Permalink
Remove “localversion” script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony J. Bentley committed Dec 22, 2010
1 parent 7384c41 commit b9f9253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
7 changes: 2 additions & 5 deletions Makefile
@@ -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\
Expand Down
2 changes: 1 addition & 1 deletion include/asmotor.h
Expand Up @@ -11,7 +11,7 @@

#define ASMOTOR

#define ASMOTOR_VERSION "1.10-linux" LOCALVERSION
#define ASMOTOR_VERSION "1.10-linux"

#define ASM_VERSION "1.08c"
#define LINK_VERSION "1.06c"
Expand Down
21 changes: 0 additions & 21 deletions scripts/localversion.sh

This file was deleted.

0 comments on commit b9f9253

Please sign in to comment.