]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(routines): Add libc-start.
authorUlrich Drepper <drepper@redhat.com>
Mon, 30 Mar 1998 12:45:29 +0000 (12:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 30 Mar 1998 12:45:29 +0000 (12:45 +0000)
csu/Makefile

index b8abbf742f624e49c06622ad43f13d9e031a572d..50571d1b8c5d71d80e4eebee8a90f98e122db7fc 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for csu code for GNU C library.
 
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998 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
@@ -27,7 +27,7 @@
 
 subdir := csu
 
-routines = init-first
+routines = init-first libc-start
 csu-dummies = $(filter-out $(start-installed-name),crt1.o Mcrt1.o)
 extra-objs = start.o gmon-start.o \
             $(start-installed-name) g$(start-installed-name) \