]> git.sur5r.net Git - cc65/commitdiff
removed one conditional in the cc65 Makefile gcc.mak in order to make SVN version...
authorsilverdr <silverdr@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 29 Dec 2011 20:37:32 +0000 (20:37 +0000)
committersilverdr <silverdr@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 29 Dec 2011 20:37:32 +0000 (20:37 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5348 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/make/gcc.mak

index 3e304409167470c3799b35b9e27582e255b616f6..6116331f14407031d7900397a25ef31e16062019 100644 (file)
@@ -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