X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FMakefile.am;h=d62c43d46b4d4b02c1ba67484b814995e9c3c3ee;hb=86c03d1518910e0497a4b23e30106660e2673878;hp=b8e4099dfec7cc28ff4c46754ad90e2167b8b571;hpb=0ce8ef78f9588ffbc83dce3c67e12421c3f7d0e9;p=riece diff --git a/lisp/Makefile.am b/lisp/Makefile.am index b8e4099..d62c43d 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -39,11 +39,11 @@ elc: install: elc $(EMACS) $(FLAGS) -l $(srcdir)/COMPILE -f riece-install \ - $(srcdir) $(lispdir) # $(MAKE) + $(srcdir) $(DESTDIR)/$(lispdir) # $(MAKE) uninstall: $(EMACS) $(FLAGS) -l $(srcdir)/COMPILE -f riece-uninstall \ - $(lispdir) + $(DESTDIR)/$(lispdir) package: $(XEMACS) $(FLAGS) -l $(srcdir)/COMPILE -f riece-compile-package \