From: Stefan Date: Wed, 22 Nov 2017 17:17:43 +0000 (+0100) Subject: Option removed X-Git-Tag: V2.17~66^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7e4db1fdd6c417d7f9919cf0f1f6ec4c699709df;p=cc65 Option removed --- diff --git a/src/Makefile b/src/Makefile index b70a3ffab..5d45180a0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)