lisp/Makefile: Make sure to remove org-install.el from a previous install

This commit is contained in:
Bastien Guerry 2012-10-03 11:32:46 +02:00
parent 562aec40dd
commit 240432e66d
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ cleanauto clean cleanall::
$(RM) $(LISPA) $(LISPA:%el=%elc)
clean cleanall cleanelc::
$(RM) *.elc
$(RM) org-install.el # Fix leftover from previous install method
clean-install:
if [ -d $(DESTDIR)$(lispdir) ] ; then \