diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-04 09:32:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-04 09:32:27 +0000 |
commit | 9c63e9b447b63561b21a60042f49a3973d00e3a8 (patch) | |
tree | 32d6d54a77da1b1f4f3ec38455105c9e0f172f54 /libshouldbeinlibc/Makefile | |
parent | 1446c087f9e5d00c2c571f5ec064b4c520003191 (diff) |
(LCLHDRS): Remove rwlock.h.
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r-- | libshouldbeinlibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index d343d9fa..161eac25 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -24,7 +24,7 @@ SRCS = argp-parse.c argp-help.c argp-pv.c argp-pvh.c line.c \ termsize.c idvec.c idvec-auth.c timefmt.c exec-reauth.c \ canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ xportinfo.c portxlate.c lcm.c cacheq.c -LCLHDRS = rwlock.h argp.h line.h idvec.h timefmt.h maptime.h \ +LCLHDRS = argp.h line.h idvec.h timefmt.h maptime.h \ wire.h portinfo.h portxlate.h cacheq.h installhdrs = $(LCLHDRS) installhdrsubdir = . |