diff options
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Make-dist b/Make-dist index 376911c4ce..d59509ab15 100644 --- a/Make-dist +++ b/Make-dist @@ -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) |