From: Roland McGrath Date: Wed, 16 Feb 2005 09:34:09 +0000 (+0000) Subject: 2005-01-03 Andreas Jaeger X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368628dd5135ea3fd8e0f4df9d269d438ed59920;p=thirdparty%2Fglibc.git 2005-01-03 Andreas Jaeger * csu/Makefile (generated): Add start.os and start.ob. --- diff --git a/csu/Makefile b/csu/Makefile index fbbfe0050a1..5267bff4525 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))