(distdir): Omit RCS subdir of config.

From-SVN: r4267
This commit is contained in:
Roland McGrath 1993-04-28 23:58:12 +00:00
parent 3866132acc
commit f95640ccb7
1 changed files with 1 additions and 1 deletions

View File

@ -1749,7 +1749,7 @@ distdir: doc $(srcdir)/INSTALL c-parse.y objc-parse.y cp-parse.y \
done
cd config; \
for file in *[0-9a-zA-Z+]; do \
if test -d $$file; then \
if test -d $$file && test "$$file" != RCS; then \
mkdir ../tmp/config/$$file; \
cd $$file; \
for subfile in *[0-9a-zA-Z+]; do \