mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
2001-01-10 Ulrich Drepper <drepper@redhat.com> * sunrpc/Makefile (distribute): Add errqueue.h.
This commit is contained in:
parent
b1eab23011
commit
b9483044c3
@ -1,3 +1,7 @@
|
||||
2001-01-10 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sunrpc/Makefile (distribute): Add errqueue.h.
|
||||
|
||||
2001-01-10 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Also preserve
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1994, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994,95,96,97,98,99,2000,2001 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
|
||||
@ -76,7 +76,8 @@ rpcgen-objs = rpc_main.o rpc_hout.o rpc_cout.o rpc_parse.o \
|
||||
rpc_tblout.o rpc_sample.o
|
||||
# These headers are part of rpcgen.
|
||||
distribute := proto.h rpc_util.h rpc_parse.h rpc_scan.h \
|
||||
$(rpcgen-objs:.o=.c) etc.rpc
|
||||
$(rpcgen-objs:.o=.c) etc.rpc \
|
||||
errqueue.h
|
||||
extra-objs = $(rpcgen-objs)
|
||||
|
||||
all: # Make this the default target; it will be defined in Rules.
|
||||
|
Loading…
Reference in New Issue
Block a user