diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-03 22:10:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-03 22:10:39 +0000 |
commit | a9d46036fa1fab081ff91e67ba99a43d21776ca2 (patch) | |
tree | 945640e165b015224c306ae52902b9acc3b0c509 | |
parent | e33dc1ee1901455f9402449afd06bccd84e1474c (diff) |
(SRCS): Remove argz.c.
(LCLHDRS): Remove argz.h, envz.h.
-rw-r--r-- | libshouldbeinlibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 9a41a5b7..2e7297d5 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -20,11 +20,11 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = argz.c argp-parse.c argp-help.c argp-pv.c argp-pvh.c line.c envz.c \ +SRCS = argp-parse.c argp-help.c argp-pv.c argp-pvh.c line.c envz.c \ termsize.c idvec.c idvec-auth.c timefmt.c exec-reauth.c path-lookup.c \ canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ xportinfo.c portxlate.c lcm.c cacheq.c -LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h timefmt.h maptime.h \ +LCLHDRS = rwlock.h argp.h line.h idvec.h timefmt.h maptime.h \ wire.h portinfo.h portxlate.h cacheq.h installhdrs = $(LCLHDRS) installhdrsubdir = . |