aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-24 20:30:56 +0000
committerRichard M. Stallman1998-04-24 20:30:56 +0000
commitb26aba387993393f2a59e92f618c1afbcca4e8f8 (patch)
treec7c24acfcfe950fc0cda03ea9e523586b63bb3e0
parent310d0d401bafcf4660b52caa2dea768a32ce7aed (diff)
downloademacs-b26aba387993393f2a59e92f618c1afbcca4e8f8.tar.gz
emacs-b26aba387993393f2a59e92f618c1afbcca4e8f8.zip
(custom-deps): Ignore =... subdirs.
-rw-r--r--lisp/Makefile2
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:
17custom-deps: doit 17custom-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; \