about summary refs log tree commit diff
path: root/Make-dist
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-15 21:59:43 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-15 21:59:43 +0000
commitabe71ca6476048a89780b5ad7c963ac11e89b358 (patch)
tree218103ddc290ad7665091af017471c5e9a20c6b5 /Make-dist
parentd0738b5d6741551a5386fba2215fa506b8494c3e (diff)
downloadglibc-abe71ca6476048a89780b5ad7c963ac11e89b358.tar.gz
glibc-abe71ca6476048a89780b5ad7c963ac11e89b358.tar.xz
glibc-abe71ca6476048a89780b5ad7c963ac11e89b358.zip
Update.
1999-06-15  H.J. Lu  <hjl@gnu.org>

	* Make-dist (sysdep_dirs): Exclude SCCS.
	* MakeTAGS (sysdep_dirs): Likewise.
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/Make-dist b/Make-dist
index 69b1f0120f..c68b98da8c 100644
--- a/Make-dist
+++ b/Make-dist
@@ -35,7 +35,8 @@ 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 ! -name bits \
-				   ! -name CVS ! -name RCS -print)
+				   ! -name CVS ! -name RCS \
+				   ! -name SCCS -print)
 else
 # Defined by the parent.
 sysdep_dirs := $(addprefix $(..),$(sysdep_dirs))