From: Andreas Jaeger Date: Mon, 3 Jan 2005 17:57:14 +0000 (+0000) Subject: (generated): Add start.os and start.ob. X-Git-Tag: upstream/2.30~17031 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95fa85907b834ffe646e3e7ab70327b9c57ad893;p=external%2Fglibc.git (generated): Add start.os and start.ob. --- diff --git a/csu/Makefile b/csu/Makefile index fbbfe00..20709c3 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -1,5 +1,5 @@ # Makefile for csu code for GNU C library. -# Copyright (C) 1995-2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1995-2004, 2005 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 @@ -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))