diff options
author | Miles Bader <miles@gnu.org> | 1995-12-21 16:35:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-21 16:35:03 +0000 |
commit | f869034959ba10d4ce55311727558a42d81e08ff (patch) | |
tree | 2394dfd893ad262a3a0093c5039fd92083371463 | |
parent | dbc234e291fe21beea63fdf5347be3a8933c967e (diff) |
(SRCS): Remove options.c. Rename ivec.c to idvec.c.
(LCLHDRS): Remove options.h. Rename ivec.h to idvec.h.
-rw-r--r-- | libshouldbeinlibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index f3c9d951..0f8d7467 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -20,8 +20,8 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = argz.c options.c argp-parse.c argp-help.c line.c envz.c termsize.c ivec.c -LCLHDRS = argz.h rwlock.h options.h argp.h line.h envz.h ivec.h +SRCS = argz.c argp-parse.c argp-help.c line.c envz.c termsize.c idvec.c +LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h installhdrs = $(LCLHDRS) installhdrsubdir = . |