comparison lisp/Makefile.in @ 58080:c3a97f7b64f5

* Makefile.in (maintainer-clean): Depend on distclean.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 09 Nov 2004 11:05:40 +0000
parents 95969b0d9f39
children f748a7c91b98 3ec251523b3e cb7f41387eb3
comparison
equal deleted inserted replaced
58079:bbf8071c5ce8 58080:c3a97f7b64f5
309 if test ! -r $(lisp)/loaddefs.el; then \ 309 if test ! -r $(lisp)/loaddefs.el; then \
310 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \ 310 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \
311 fi \ 311 fi \
312 fi 312 fi
313 313
314 maintainer-clean: 314 maintainer-clean: distclean
315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) 315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
316 316
317 bootstrap-clean: 317 bootstrap-clean:
318 cd $(lisp); rm -f *.elc */*.elc 318 cd $(lisp); rm -f *.elc */*.elc
319 319