Skip to content

Commit

Permalink
(generated): Add start.os and start.ob.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaeger committed Jan 3, 2005
1 parent 37c6165 commit 95fa859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion csu/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 95fa859

Please sign in to comment.