1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Option removed

This commit is contained in:
Stefan 2017-11-22 18:17:43 +01:00 committed by GitHub
parent 44b13c1ca0
commit 7e4db1fdd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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)