diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-05 17:36:15 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-05 17:36:15 +0000 |
commit | 0696c2c0b5bd6fe042bf2b3d6b8dd481487f58c9 (patch) | |
tree | 93a1def18d11e1893f59b6c0d492601ccd56c93d /sunrpc/Makefile | |
parent | c7c8ca9753c2c53a342f7491c2a6528e36055e08 (diff) | |
download | glibc-0696c2c0b5bd6fe042bf2b3d6b8dd481487f58c9.tar.gz glibc-0696c2c0b5bd6fe042bf2b3d6b8dd481487f58c9.tar.xz glibc-0696c2c0b5bd6fe042bf2b3d6b8dd481487f58c9.zip |
Update.
* sunrpc/Makefile (generated-dirs): New. * resolv/Makefile (generate): New.
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 9ee809ff21..07c66a82c5 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994-2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1994-2001, 2002, 2003 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 @@ -55,6 +55,7 @@ headers = $(addprefix rpc/,auth.h auth_unix.h clnt.h netdb.h pmap_clnt.h \ install-others = $(inst_sysconfdir)/rpc generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ $(rpcsvc:%.x=rpcsvc/%.stmp) rpc-proto.c rpc-proto.d rpcgen +generated-dirs := rpcsvc routines := auth_none auth_unix authuxprot bindrsvprt \ clnt_gen clnt_perr clnt_raw clnt_simp clnt_tcp \ |