summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index ebcd4baff7b..fcba8c061ef 100755
--- a/make-dist
+++ b/make-dist
@@ -267,7 +267,7 @@ echo "Making links to \`lisp' and its subdirectories"
## Find all subdirs of lisp dir
for file in `find . -type d -print`; do
case $file in
- . | .. | */Old | */RCS)
+ . | .. | */Old | */RCS | */=*)
;;
*)
if [ -d $file ]; then