]> git.saurik.com Git - apt-legacy.git/blobdiff - cmdline/apt-cache.cc
Removed a number of evil timestamps from builds.
[apt-legacy.git] / cmdline / apt-cache.cc
index 07c82c90c1e08f933f91c1cba43e05a3ae2c21c6..363148ec350391c4581314a2168eac9cec58df1c 100644 (file)
@@ -1653,8 +1653,8 @@ bool GenCaches(CommandLine &Cmd)
 /* */
 bool ShowHelp(CommandLine &Cmd)
 {
-   ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-           COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
+   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
+           COMMON_OS,COMMON_CPU);
    
    if (_config->FindB("version") == true)
      return true;