From b5ca0fb00d9540193c742df92facc0d7cc3c49b1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Apr 1999 12:48:55 +0000 Subject: Update. 1999-04-10 Andreas Jaeger * 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). --- csu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csu') 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. -- cgit v1.2.3