X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Femacs%2FMakefile;h=a48540a92b4aa5140a87469b36c1f9b3d8e46e7f;hb=0bb3a0ba9e3cbb283a747e4736bcf7484d076a73;hp=5e94d6fcd35f8354a326cdb82e2f7e6b1c26f26b;hpb=4cb08df553e270ab516a140caeeddd8e94f1e497;p=git.git diff --git a/contrib/emacs/Makefile b/contrib/emacs/Makefile index 5e94d6fcd..a48540a92 100644 --- a/contrib/emacs/Makefile +++ b/contrib/emacs/Makefile @@ -13,7 +13,7 @@ all: $(ELC) install: all $(INSTALL) -d $(DESTDIR)$(emacsdir) - $(INSTALL_ELC) $(ELC) $(DESTDIR)$(emacsdir) + $(INSTALL_ELC) $(ELC:.elc=.el) $(ELC) $(DESTDIR)$(emacsdir) %.elc: %.el $(EMACS) -batch -f batch-byte-compile $<