diff options
| author | Richard M. Stallman | 1998-04-24 20:30:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-24 20:30:56 +0000 |
| commit | b26aba387993393f2a59e92f618c1afbcca4e8f8 (patch) | |
| tree | c7c24acfcfe950fc0cda03ea9e523586b63bb3e0 | |
| parent | 310d0d401bafcf4660b52caa2dea768a32ce7aed (diff) | |
| download | emacs-b26aba387993393f2a59e92f618c1afbcca4e8f8.tar.gz emacs-b26aba387993393f2a59e92f618c1afbcca4e8f8.zip | |
(custom-deps): Ignore =... subdirs.
| -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; \ |