POSIX sh version of mkversion
Most targeted platforms have "sh" and don't need Perl as requirement. Still Perl script is present as fallback.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "proxmark3_arm.h"
|
||||
/* This is the default version.c file that Makefile.common falls back to if perl is not available */
|
||||
/* This is the default version.c file that Makefile.common falls back to if neither sh nor perl are available */
|
||||
const struct version_information __attribute__((section(".version_information"))) version_information = {
|
||||
VERSION_INFORMATION_MAGIC,
|
||||
1, /* version 1 */
|
||||
|
||||
Reference in New Issue
Block a user