summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-11-18 10:11:55 +0000
committerRoland McGrath <roland@gnu.org>1993-11-18 10:11:55 +0000
commit41ee2f2d67fa78603d483312aa0227fbd9239fc2 (patch)
tree90142663d6315b4f939862cab93c02a83f67b202 /Make-dist
parent40aeeb6b38478d54442f01ccea7ebbb84b165949 (diff)
Formerly ../Make-dist.~60~
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-dist b/Make-dist
index 4bd908eca9..b3104ca5f8 100644
--- a/Make-dist
+++ b/Make-dist
@@ -61,7 +61,7 @@ foo:=$(shell echo 'IS THIS WORKING??? all-headers=$(all-headers)' >&2)
# Find all sysdep sources and headers.
+maybe-sysdeps := $(sources) $(sources:.c=.s) $(sources:.c=.S) $(all-headers) \
- $(filter %.c %.S %.s %.h,$(distribute))
+ $(filter %.c %.S %.s %.h %.sub,$(distribute))
foo:=$(shell echo '+maybe-sysdeps=$(+maybe-sysdeps)'>&2)
# Find all the files that have a stub or generic version.
try-sysdeps := $(foreach dir,$(..)sysdeps/stub $(..)sysdeps/generic,\