diff options
author | Miles Bader <miles@gnu.org> | 1996-06-19 18:21:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-19 18:21:46 +0000 |
commit | fdc5cfd85fecbf3ff5a6d9ab6b31981483e4477f (patch) | |
tree | f9b2bcb9d3a31b0efe879b4f5273181aeffda749 | |
parent | 3de53c55206b65efc39ed02a06a0de9b51d9dc91 (diff) |
(SRCS): Remove line.c. Add fsysops.c
(LCLHDRS): Remove line.h.
-rw-r--r-- | libshouldbeinlibc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 161eac25..1a00dac1 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -20,11 +20,11 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = argp-parse.c argp-help.c argp-pv.c argp-pvh.c line.c \ +SRCS = argp-parse.c argp-help.c argp-pv.c argp-pvh.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 = argp.h line.h idvec.h timefmt.h maptime.h \ + xportinfo.c portxlate.c lcm.c cacheq.c fsysops.c +LCLHDRS = argp.h idvec.h timefmt.h maptime.h \ wire.h portinfo.h portxlate.h cacheq.h installhdrs = $(LCLHDRS) installhdrsubdir = . |