]> git.sur5r.net Git - cc65/commitdiff
Option removed 530/head
authorStefan <stefan.haubenthal@gmail.com>
Wed, 22 Nov 2017 17:17:43 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Nov 2017 17:17:43 +0000 (18:17 +0100)
src/Makefile

index b70a3ffab84b525221e71933708096172d48eaef..5d45180a076d87c84aa2a6728dd099f32c759203 100644 (file)
@@ -55,7 +55,7 @@ endif
 ifdef GIT_SHA
   $(info GIT_SHA: $(GIT_SHA))
 else
-  GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV) || svnversion -n)
+  GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV) || svnversion)
   ifneq ($(words $(GIT_SHA)),1)
     GIT_SHA := N/A
     $(info GIT_SHA: N/A)