1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(custom-deps): Ignore =... subdirs.

This commit is contained in:
Richard M. Stallman 1998-04-24 20:30:56 +00:00
parent 310d0d401b
commit b26aba3879

View file

@ -17,7 +17,7 @@ doit:
custom-deps: doit
subdirs=`find . -type d -print`; \
for file in $$subdirs; do \
case $$file in */Old | */RCS) ;; \
case $$file in */Old | */RCS | */=* ) ;; \
*) wins="$$wins $$file" ;; \
esac; \
done; \