removed one conditional in the cc65 Makefile gcc.mak in order to make SVN version work also with SVN 1.7.x working copies
git-svn-id: svn://svn.cc65.org/cc65/trunk@5348 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
27c28bd078
commit
a37c0427a7
1 changed files with 0 additions and 4 deletions
|
@ -27,14 +27,10 @@ LDFLAGS = -lm
|
|||
|
||||
# Determine the svn version number if possible
|
||||
ifneq "$(shell which svnversion 2>/dev/null)" ""
|
||||
ifneq "$(wildcard .svn)" ""
|
||||
SVNVERSION=$(shell svnversion)
|
||||
else
|
||||
SVNVERSION=unknown
|
||||
endif
|
||||
else
|
||||
SVNVERSION=unknown
|
||||
endif
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Object files and libraries to link
|
||||
|
|
Loading…
Add table
Reference in a new issue