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 /Make-dist | |
parent | af507979298d67f1b339a65e448e03bda4bf0044 (diff) | |
download | glibc-fc71a2d486354620f1a370a4a3b8b38ca1e2f673.tar.gz |
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 'Make-dist')
-rw-r--r-- | Make-dist | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -182,7 +182,8 @@ foo:=$(shell echo +sysdep-distfiles='$(+sysdep-distfiles)'>&2) foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2) +sysdep-tsrcs := $(wildcard $(foreach file,Makefile Implies syscalls.list\ - configure configure.in Versions,\ + configure configure.in Versions\ + libm-test-ulps,\ $(addsuffix /$(file),$(sysdep_dirs)))) \ $(+sysdep-dist) |