Fix for make dist
Andreas Schwab
schwab@suse.de
Wed Sep 27 09:01:00 GMT 2000
When running `make dist' while configured for a target that does not
support long double the long double tests sources are missing from the
distribution.
2000-09-27 Andreas Schwab <schwab@suse.de>
* math/Makefile (distribute): Explicitly add the long double test
sources, to get them included even if long double is not
supported.
Index: math/Makefile
===================================================================
RCS file: /cvs/glibc/libc/math/Makefile,v
retrieving revision 1.99
diff -u -a -u -r1.99 math/Makefile
--- math/Makefile 2000/09/01 06:58:22 1.99
+++ math/Makefile 2000/09/27 15:57:45
@@ -83,6 +83,7 @@
# We do the `long double' tests only if this data type is available and
# distinct from `double'.
test-longdouble-yes = test-ldouble test-ildoubl
+distribute += $(test-longdouble-yes:=.c)
ifneq (no,$(PERL))
libm-tests = test-float test-double $(test-longdouble-$(long-double-fcts)) \
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
More information about the Libc-hacker
mailing list