summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-19 14:52:21 +0000
committerRoland McGrath <roland@gnu.org>1996-06-19 14:52:21 +0000
commite50ec9f91d798e00154dc089037b25e6de1fe894 (patch)
tree95fc29d943ad4cadd75d0f9c61c03a8d809e3a43 /Make-dist
parenta1470b6f839addde3f8ee2c29a237aca21e62565 (diff)
Mon Jun 17 19:09:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Make-dist (+sysdeps): Move wildcard inside loop to avoid consing up a huge list just to discard most of it. * configure.in (sysnames): Avoid fgrep by using the case shell builtin. * Makeconfig (config.status): Fix dependency on Implies files.
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make-dist b/Make-dist
index 457c9acc96..c511122a77 100644
--- a/Make-dist
+++ b/Make-dist
@@ -93,8 +93,8 @@ vpath % $(subdir-dirs)
endif
# Now find all the sysdep versions of those files.
-+sysdeps := $(wildcard $(foreach dir,$(sysdep_dirs) $(source_dirs),\
- $(addprefix $(dir)/, \
++sysdeps := $(foreach dir,$(sysdep_dirs) $(source_dirs),\
+ $(wildcard $(addprefix $(dir)/, \
$(+sysdep-names) \
$(+sysdep-names:.c=.s) \
$(+sysdep-names:.c=.S) \