diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-02-18 05:54:38 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-02-18 05:54:38 +0000 |
commit | a24136f9e68216ea83eff8a9ea8969430e47f288 (patch) | |
tree | 885faa5cf9b563eb6b09f18e7c2ceff5486d88a1 /libshouldbeinlibc | |
parent | fa0325d2418b97b6850cb40c0c505939a79efac2 (diff) |
1999-02-12 Gordon Matzigkeit <gord@trick.fig.org>
* Makefile (LCLHDRS): Purge argp-fmtstream.h and argp-namefrob.h.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 4 | ||||
-rw-r--r-- | libshouldbeinlibc/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index d6661183..12fbb1c3 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,7 @@ +1999-02-12 Gordon Matzigkeit <gord@trick.fig.org> + + * Makefile (LCLHDRS): Purge argp-fmtstream.h and argp-namefrob.h. + 1998-11-30 Mark Kettenis <kettenis@phys.uva.nl> * ugids-verify-auth.c (svma_state_add_auths): Allocate correct diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 393f653b..8927387c 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -1,6 +1,6 @@ # Makefile for libshouldbeinlibc # -# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999 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 @@ -31,7 +31,7 @@ SRCS = termsize.c timefmt.c exec-reauth.c maptime-funcs.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 +LCLHDRS = $(installhdrs) installhdrsubdir = . CFLAGS += -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H |