]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-01-03 Andreas Jaeger <aj@suse.de>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 09:34:09 +0000 (09:34 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 09:34:09 +0000 (09:34 +0000)
* csu/Makefile (generated): Add start.os and start.ob.

csu/Makefile

index fbbfe0050a190a2873d10c0736704d0413aaf903..5267bff4525853dbd8011c7cf25c996d8c115582 100644 (file)
@@ -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))