From: Roland McGrath Date: Wed, 28 Apr 1993 23:58:12 +0000 (+0000) Subject: (distdir): Omit RCS subdir of config. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f95640ccb712c7b0f27453430368c45f0bbafe3d;p=gcc.git (distdir): Omit RCS subdir of config. From-SVN: r4267 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index dfa347749cf..6058993560c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 \