summaryrefslogtreecommitdiff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-09-06 03:36:08 +0000
committerRoland McGrath <roland@gnu.org>1994-09-06 03:36:08 +0000
commitab5a45378e8b2fab9b5e5458ca36a993c8d91026 (patch)
tree2643c92068f516caa16c4e5fae4aaed13147b498 /MakeTAGS
parent3da47acfffcad125cf0996744cb9a6c88ef956ec (diff)
(all-dist): Filter output of cat, not args to it.
Diffstat (limited to 'MakeTAGS')
-rw-r--r--MakeTAGS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MakeTAGS b/MakeTAGS
index 0ce60bef15..8f5f43b970 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -60,8 +60,8 @@ subdirs := $(subdirs) \
$(wildcard $(addsuffix /Subdirs,\
$(all-dirs)))\
/dev/null))
-all-dist = $(shell cat /dev/null $(wildcard $(filter %.c %.h %.S %.s,\
- $(all-dirs:%=%/Dist))))
+all-dist = $(filter %.c %.h %.S %.s,\
+ $(shell cat /dev/null $(wildcard $(all-dirs:%=%/Dist))))
tags_sources = $(all-sources) $(all-headers) $(all-dist)
endif