OSDN Git Service

(distdir): Omit RCS subdir of config.
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Apr 1993 23:58:12 +0000 (23:58 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Apr 1993 23:58:12 +0000 (23:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4267 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index dfa3477..6058993 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 \