(distdir): Omit RCS subdir of config.
authorRoland McGrath <roland@gcc.gnu.org>
Wed, 28 Apr 1993 23:58:12 +0000 (23:58 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Wed, 28 Apr 1993 23:58:12 +0000 (23:58 +0000)
From-SVN: r4267

gcc/Makefile.in

index dfa347749cf97d42895d57857ecda734292feedf..6058993560c18d6b5b1b41fa514a14710af80ee4 100644 (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 \