diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-17 20:54:47 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-17 20:54:47 +0000 |
commit | 202c7edc03a5cb9d689d45d1b292944b0bee19e6 (patch) | |
tree | 03e7a886850069e3f7d2d96a75385e1779ef3395 /lisp/makefile.w32-in | |
parent | e07436e1c6334ccf39e383698f43a90b2895456d (diff) | |
download | emacs-202c7edc03a5cb9d689d45d1b292944b0bee19e6.tar.gz |
(compile-files): No need to make .elc files
read-only, since they aren't under VC now.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 705f3e6aa0c..ebe79c14a52 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -194,7 +194,7 @@ compile-files: subdirs.el compile-files-$(SHELLTYPE) doit compile-files-CMD: set EMACSLOADPATH=$(lisp) - -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g +# -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g for %f in ($(COMPILE_FIRST)) do $(emacs) -f batch-byte-compile %f for %f in ($(lisp) $(WINS)) do for %g in (%f/*.el) do $(emacs) -f batch-byte-compile %f/%g |