mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fix default_version if mkversion fails
This commit is contained in:
parent
9ebda88386
commit
9ad9afbb69
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ src/pm3_pywrap.c: pm3.i
|
|||
.PHONY: all clean install uninstall tarbin .FORCE
|
||||
|
||||
# version_pm3.c should be remade on every compilation
|
||||
src/version_pm3.c: .FORCE default_version_pm3.c
|
||||
src/version_pm3.c: default_version_pm3.c .FORCE
|
||||
$(info [=] GEN $@)
|
||||
$(Q)$(SH) ../tools/mkversion.sh > $@ || $(CP) $< $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue