diff options
| -rw-r--r-- | lisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index 057aa3958b5..dd4e889392e 100644 --- a/lisp/Makefile +++ b/lisp/Makefile | |||
| @@ -17,7 +17,7 @@ doit: | |||
| 17 | custom-deps: doit | 17 | custom-deps: doit |
| 18 | subdirs=`find . -type d -print`; \ | 18 | subdirs=`find . -type d -print`; \ |
| 19 | for file in $$subdirs; do \ | 19 | for file in $$subdirs; do \ |
| 20 | case $$file in */Old | */RCS) ;; \ | 20 | case $$file in */Old | */RCS | */=* ) ;; \ |
| 21 | *) wins="$$wins $$file" ;; \ | 21 | *) wins="$$wins $$file" ;; \ |
| 22 | esac; \ | 22 | esac; \ |
| 23 | done; \ | 23 | done; \ |