diff --git a/src/bootldr/conf2h.awk b/src/bootldr/conf2h.awk index 3818f89..4315ad5 100644 --- a/src/bootldr/conf2h.awk +++ b/src/bootldr/conf2h.awk @@ -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" }