diff options
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csu/Makefile b/csu/Makefile index b2e806df58..79eeef190f 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -1,6 +1,6 @@ # Makefile for csu code for GNU C library. -# Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -182,8 +182,8 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files) version=`uname -r`; \ fi; \ fi; \ - echo -n "\"Compiled on a Linux $$version system "; \ - echo "on `date +%Y-%m-%d`.\\n\"" ;; \ + echo "\"Compiled on a Linux $$version system" \ + "on `date +%Y-%m-%d`.\\n\"" ;; \ *) ;; \ esac; \ files="$(all-Banner-files)"; \ |