diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1993-04-28 23:58:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1993-04-28 23:58:12 +0000 |
commit | f95640ccb712c7b0f27453430368c45f0bbafe3d (patch) | |
tree | b75fd299f62b510691d143f93de3c8225e514bfe | |
parent | 3866132acc78d21fa38be18a0cc8717c97b72dd7 (diff) | |
download | gcc-f95640ccb712c7b0f27453430368c45f0bbafe3d.zip gcc-f95640ccb712c7b0f27453430368c45f0bbafe3d.tar.gz gcc-f95640ccb712c7b0f27453430368c45f0bbafe3d.tar.bz2 |
(distdir): Omit RCS subdir of config.
From-SVN: r4267
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index dfa3477..6058993 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 \ |