From 7cd274587760436effbfce65cfdbd51f761acd67 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 16 Feb 2005 19:57:14 +0000 Subject: Updated to fedora-glibc-2_3-20050216T1256 --- csu/Makefile | 2 ++ csu/version.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'csu') diff --git a/csu/Makefile b/csu/Makefile index fbbfe0050a..5267bff452 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -54,11 +54,13 @@ include ../Makeconfig ifeq (yes,$(build-shared)) extra-objs += S$(start-installed-name) install-lib += S$(start-installed-name) +generated += start.os endif ifeq (yes,$(build-bounded)) extra-objs += b$(start-installed-name) install-lib += b$(start-installed-name) +generated += start.ob endif ifneq ($(start-installed-name),$(static-start-installed-name)) diff --git a/csu/version.c b/csu/version.c index 1104fa9137..606246a6e1 100644 --- a/csu/version.c +++ b/csu/version.c @@ -25,7 +25,7 @@ static const char __libc_version[] = VERSION; static const char banner[] = "GNU C Library "RELEASE" release version "VERSION", by Roland McGrath et al.\n\ -Copyright (C) 2004 Free Software Foundation, Inc.\n\ +Copyright (C) 2005 Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n\ -- cgit v1.2.1