comparison lisp/Makefile.in @ 96205:c6e22fd294c4

(distclean): Don't delete *.elc and autogen files.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 23 Jun 2008 03:11:56 +0000
parents 30bbe1648bcf
children b6c89c6c537a
comparison
equal deleted inserted replaced
96204:d4a46d5d6f08 96205:c6e22fd294c4
1424 # file, we don't want to store it in the source repository). 1424 # file, we don't want to store it in the source repository).
1425 1425
1426 bootstrap-clean: 1426 bootstrap-clean:
1427 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) 1427 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
1428 1428
1429 distclean: bootstrap-clean 1429 distclean:
1430 -rm -f ./Makefile 1430 -rm -f ./Makefile
1431 maintainer-clean: distclean 1431
1432 maintainer-clean: distclean bootstrap-clean
1432 1433
1433 .PHONY: check-declare 1434 .PHONY: check-declare
1434 1435
1435 check-declare: 1436 check-declare:
1436 $(emacs) -l $(lisp)/emacs-lisp/check-declare \ 1437 $(emacs) -l $(lisp)/emacs-lisp/check-declare \