diff options
author | Roland McGrath <roland@gnu.org> | 1998-09-04 18:37:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-09-04 18:37:26 +0000 |
commit | fdd33ca8a0fe52f95af3f488d23890560d3f1fa7 (patch) | |
tree | 996332b384a069b047542c10547d769134ab50cc /libshouldbeinlibc/Makefile | |
parent | 9ea5304bdb7f574bd3dc5c66cd44ddc4f29f8729 (diff) |
1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (SRCS): Remove argz-replace.c and argp-*.c from the list.
(installhdrs): Remove argp.h from the list.
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r-- | libshouldbeinlibc/Makefile | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 169a5b89..393f653b 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -1,6 +1,6 @@ # Makefile for libshouldbeinlibc # -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -20,19 +20,17 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = argp-parse.c argp-help.c argp-pv.c argp-pvh.c argp-ba.c \ - argp-fmtstream.c argp-fs-xinl.c argp-xinl.c argp-eexst.c \ - termsize.c timefmt.c exec-reauth.c maptime-funcs.c \ - canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ - xportinfo.c portxlate.c lcm.c cacheq.c fsysops.c \ - idvec.c idvec-auth.c idvec-funcs.c \ - idvec-impgids.c idvec-verify.c idvec-rep.c \ - ugids.c ugids-argp.c ugids-rep.c ugids-verify.c ugids-subtract.c \ - ugids-auth.c ugids-xinl.c ugids-merge.c ugids-imply.c ugids-posix.c \ - ugids-verify-auth.c \ - argz-replace.c mktime.c -installhdrs = argp.h idvec.h timefmt.h maptime.h \ - wire.h portinfo.h portxlate.h cacheq.h ugids.h +SRCS = termsize.c timefmt.c exec-reauth.c maptime-funcs.c \ + canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ + xportinfo.c portxlate.c lcm.c cacheq.c fsysops.c \ + idvec.c idvec-auth.c idvec-funcs.c \ + idvec-impgids.c idvec-verify.c idvec-rep.c \ + ugids.c ugids-argp.c ugids-rep.c ugids-verify.c ugids-subtract.c \ + ugids-auth.c ugids-xinl.c ugids-merge.c ugids-imply.c ugids-posix.c \ + ugids-verify-auth.c \ + mktime.c +installhdrs = idvec.h timefmt.h maptime.h \ + wire.h portinfo.h portxlate.h cacheq.h ugids.h LCLHDRS = $(installhdrs) argp-fmtstream.h argp-namefrob.h installhdrsubdir = . @@ -41,4 +39,3 @@ CFLAGS += -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H OBJS = $(SRCS:.c=.o) include ../Makeconf - |