summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
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 981d5e68f4..f77eb35507 100644
--- a/Make-dist
+++ b/Make-dist
@@ -34,7 +34,7 @@ foo:=$(shell echo 'foobar=$(filter %.c %.S %.s %.h,$(distribute))'>&2)
ifndef sysdep_dirs
# Find all sysdep directories.
-export sysdep_dirs := $(shell find $(..)sysdeps -type d \
+export sysdep_dirs := $(shell find $(..)sysdeps -type d ! -name bits \
! -name CVS ! -name RCS -print)
else
# Defined by the parent.