diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-24 21:45:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-24 21:45:10 +0000 |
commit | e97ec51d01087c2f8468a1bf83cfdb26b7040c30 (patch) | |
tree | 3e7deb1a463613c2b6e0ddd32864e509fd46d1e0 /sunrpc | |
parent | 21ee716616e7d55f19ce8643f12954145769d588 (diff) |
* sunrpc/Makefile (librpcsvc-no-lib-dep): New variable.
* extra-lib.mk: If $(lib)-no-lib-dep is defined and MAKELEVEL>0,
make `others' rather than `lib-noranlib' depend on the libraries.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 40026fecd4..073c19e10a 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995 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 @@ -77,7 +77,7 @@ extra-libs := librpcsvc librpcsvc-routines = $(rpcsvc:%.x=x%) librpcsvc-inhibit-o = .so # Build no shared rpcsvc library. omit-deps = $(librpcsvc-routines) - +librpcsvc-no-lib-dep = t # Don't depend on this in `make lib' pass. # Sun's code is not too clean. override +gccwarn := -w |