Selaa lähdekoodia

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

Bastien Guerry 12 vuotta sitten
vanhempi
commit
240432e66d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lisp/Makefile

+ 1 - 0
lisp/Makefile

@@ -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 \