diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-27 01:50:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-27 01:50:11 +0000 |
commit | fc71a2d486354620f1a370a4a3b8b38ca1e2f673 (patch) | |
tree | 4bd41991b3885422c16ff0dc2d99da960d0a3b02 /nss | |
parent | af507979298d67f1b339a65e448e03bda4bf0044 (diff) | |
download | glibc-fc71a2d486354620f1a370a4a3b8b38ca1e2f673.tar.gz glibc-fc71a2d486354620f1a370a4a3b8b38ca1e2f673.tar.xz glibc-fc71a2d486354620f1a370a4a3b8b38ca1e2f673.zip |
Update.
2000-01-26 Andreas Jaeger <aj@suse.de> * Make-dist (+sysdep-tscrs): Add libm-test-ulps. 2000-01-26 Ulrich Drepper <drepper@cygnus.com> * locale/Makefile (distribute): Remove nonexisting files. * sysdeps/powerpc/Dist: Move FPU specific files to... * sysdeps/powerpc/fpu/Dist: ...here. New file. * nss/Makefile: Distribute files for new libdb interface. * math/Makefile (distribute): Add README.libm-test. Patch by Andreas Jaeger.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index ea32449bb8..f6ebe2c207 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -69,7 +69,7 @@ libnss_db-routines := $(addprefix db-,$(filter-out hosts network key,\ db-open generated += $(filter-out db-alias.c db-netgrp.c, \ $(addsuffix .c,$(libnss_db-routines))) -distribute += db-XXX.c nss_db.h dummy-db.h +distribute += $(addprefix nss_db/, db-XXX.c nss_db.h dummy-db.h) $(objpfx)makedb: $(libdl) $(objpfx)db-open.o |