diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 20:46:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 20:46:12 +0000 |
commit | 5539d2574d927dc925f18d69e43edcc1b355519e (patch) | |
tree | 4b74f011a6adef03002cad1e3bfdc944eedf4d58 /login | |
parent | b8d36e834b473483082b9be0245230d30e8805f5 (diff) | |
download | glibc-5539d2574d927dc925f18d69e43edcc1b355519e.tar.gz |
Update.
* Makerules (sources): Don't add BP sources here.
* login/Makefile (distribute): Remove xtmp.h.
Diffstat (limited to 'login')
-rw-r--r-- | login/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile index 475b2cec29..942e47efb4 100644 --- a/login/Makefile +++ b/login/Makefile @@ -32,7 +32,7 @@ CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"' others = utmpdump pt_chown install-others = $(inst_libexecdir)/pt_chown -distribute := utmp-private.h programs/xtmp.h pty-private.h +distribute := utmp-private.h pty-private.h subdir-dirs = programs vpath %.c programs |