Same as bootloader strftime is not compatible with non gnu awk

This commit is contained in:
Godzil 2012-04-16 23:42:24 +02:00
parent 72ccc272cc
commit 90432c32f0

View File

@ -4,7 +4,7 @@
# file to a C header. No copyright claimed.
BEGIN {
print "// autoconf.h generated from " ARGV[1] " at " strftime() "\n" \
print "// autoconf.h generated from " ARGV[1] " at TODAY\n" \
"#ifndef AUTOCONF_H\n" \
"#define AUTOCONF_H"
}