summaryrefslogtreecommitdiff
path: root/csu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-10 12:48:55 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-10 12:48:55 +0000
commitb5ca0fb00d9540193c742df92facc0d7cc3c49b1 (patch)
tree4331d65b67617e9bd14832d947fda24dd4e51667 /csu
parent3877d9ea5fc19eb51aeab20c3a085c6ce743696c (diff)
Update.
1999-04-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Comment out description of --disable-static since this doesn't work currently (see change by Ulrich Drepper on 1998-12-07 for configure.in).
Diffstat (limited to 'csu')
-rw-r--r--csu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/csu/Makefile b/csu/Makefile
index 2fd2f81496..0c782c9ea2 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -1,6 +1,6 @@
# Makefile for csu code for GNU C library.
-# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998, 1999 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
@@ -21,7 +21,7 @@
# This directory contains the C startup code (that which calls main). This
# consists of the startfile, built from start.c and installed as crt0.o
# (traditionally) or crt1.o (for ELF). In ELF we also install crti.o and
-# crtn.o, special "initializer" and "finalizer" files in used in the link
+# crtn.o, special "initializer" and "finalizer" files used in the link
# to make the .init and .fini sections work right; both these files are
# built (in an arcane manner) from initfini.c.