summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-03 11:32:46 +0200
committerBastien Guerry <bzg@altern.org>2012-10-03 11:32:46 +0200
commit240432e66d7903371a5f96ee7785c167dc9a9353 (patch)
tree7d1466f20a7e463d7cef768475f044cb6a08f4e3
parent562aec40dd8cda01e329147ffcc527a1c16486bc (diff)
downloadorg-mode-240432e66d7903371a5f96ee7785c167dc9a9353.tar.gz
lisp/Makefile: Make sure to remove org-install.el from a previous install
-rw-r--r--lisp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
index bef1976..ef8c625 100644
--- a/lisp/Makefile
+++ b/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 \