From: silverdr Date: Thu, 29 Dec 2011 20:37:32 +0000 (+0000) Subject: removed one conditional in the cc65 Makefile gcc.mak in order to make SVN version... X-Git-Tag: V2.13.3~116 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a37c0427a79f1304e63d6081fb41fc8fd84137a7;p=cc65 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 --- diff --git a/src/cc65/make/gcc.mak b/src/cc65/make/gcc.mak index 3e3044091..6116331f1 100644 --- a/src/cc65/make/gcc.mak +++ b/src/cc65/make/gcc.mak @@ -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