diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-15 21:59:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-15 21:59:43 +0000 |
commit | abe71ca6476048a89780b5ad7c963ac11e89b358 (patch) | |
tree | 218103ddc290ad7665091af017471c5e9a20c6b5 /MakeTAGS | |
parent | d0738b5d6741551a5386fba2215fa506b8494c3e (diff) | |
download | glibc-abe71ca6476048a89780b5ad7c963ac11e89b358.tar glibc-abe71ca6476048a89780b5ad7c963ac11e89b358.tar.gz glibc-abe71ca6476048a89780b5ad7c963ac11e89b358.tar.bz2 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 'MakeTAGS')
-rw-r--r-- | MakeTAGS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ ifndef sysdep_dirs sysdep_dirs := $(shell find $(..)sysdeps \ $(wildcard \ $(patsubst %,$(..)%/sysdeps,$(add-ons))) \ - -type d ! -name RCS ! -name CVS -print) + -type d ! -name RCS ! -name CVS \ + ! -name SCCS -print) endif # Find all sysdep dirs there are, but putting the ones |