--- csu/Makefile.nodate 2011-12-15 17:27:21.000000000 +0100 +++ csu/Makefile 2011-12-15 17:27:30.000000000 +0100 @@ -234,8 +234,8 @@ if [ -z "$$os" ]; then \ os=Linux; \ fi; \ - printf '"Compiled on a %s %s system on %s.\\n"\n' \ - "$$os" "$$version" "`date +%Y-%m-%d`";; \ + printf '"Compiled on a %s %s system.\\n"\n' \ + "$$os" "$$version";; \ *) ;; \ esac; \ files="$(all-Banner-files)"; \