aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 5085d3b5b91..e87ffa6f265 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -311,9 +311,12 @@ bootstrap-prepare:
311 fi \ 311 fi \
312 fi 312 fi
313 313
314maintainer-clean: 314maintainer-clean: distclean
315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) 315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
316 316
317bootstrap-clean:
318 cd $(lisp); rm -f *.elc */*.elc
319
317# Generate/update files for the bootstrap process. 320# Generate/update files for the bootstrap process.
318 321
319bootstrap: update-subdirs autoloads compile 322bootstrap: update-subdirs autoloads compile