summaryrefslogtreecommitdiff
path: root/lisp/makefile.nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-09-17 20:54:47 +0000
committerAndrew Innes <andrewi@gnu.org>2000-09-17 20:54:47 +0000
commit202c7edc03a5cb9d689d45d1b292944b0bee19e6 (patch)
tree03e7a886850069e3f7d2d96a75385e1779ef3395 /lisp/makefile.nt
parente07436e1c6334ccf39e383698f43a90b2895456d (diff)
downloademacs-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.nt')
-rw-r--r--lisp/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/makefile.nt b/lisp/makefile.nt
index 696b8c96294..9f92ab2560c 100644
--- a/lisp/makefile.nt
+++ b/lisp/makefile.nt
@@ -175,7 +175,7 @@ $(DONTCOMPILE:.el=.elc):
# load's in the files being compiled find the right files.
compile-files: subdirs.el doit
- -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