mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
Fixed test on commit id to avoid minor build error message when building on non windows systems from a zip download
This commit is contained in:
parent
7b6f7a9871
commit
b28b01cf7d
2
makefile
2
makefile
@ -296,7 +296,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||
ifneq (binexists,$(shell if $(TEST) -e BIN; then echo binexists; fi))
|
||||
MKDIRBIN = mkdir -p BIN
|
||||
endif
|
||||
ifneq (,$(shell cat .git-commit-id))
|
||||
ifneq (,$(shell if $(TEST) -e .git-commit-id; then echo commit-id-exists; fi))
|
||||
GIT_COMMIT_ID=$(shell cat .git-commit-id)
|
||||
endif
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user