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
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -296,7 +296,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||||
ifneq (binexists,$(shell if $(TEST) -e BIN; then echo binexists; fi))
|
ifneq (binexists,$(shell if $(TEST) -e BIN; then echo binexists; fi))
|
||||||
MKDIRBIN = mkdir -p BIN
|
MKDIRBIN = mkdir -p BIN
|
||||||
endif
|
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)
|
GIT_COMMIT_ID=$(shell cat .git-commit-id)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue