Commit f95640cc by Roland McGrath

(distdir): Omit RCS subdir of config.

From-SVN: r4267
parent 3866132a
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment