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:
@@ -27,14 +27,10 @@ LDFLAGS = -lm
|
|||||||
|
|
||||||
# Determine the svn version number if possible
|
# Determine the svn version number if possible
|
||||||
ifneq "$(shell which svnversion 2>/dev/null)" ""
|
ifneq "$(shell which svnversion 2>/dev/null)" ""
|
||||||
ifneq "$(wildcard .svn)" ""
|
|
||||||
SVNVERSION=$(shell svnversion)
|
SVNVERSION=$(shell svnversion)
|
||||||
else
|
else
|
||||||
SVNVERSION=unknown
|
SVNVERSION=unknown
|
||||||
endif
|
endif
|
||||||
else
|
|
||||||
SVNVERSION=unknown
|
|
||||||
endif
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Object files and libraries to link
|
# Object files and libraries to link
|
||||||
|
|||||||
Reference in New Issue
Block a user