branch: elpa/vm commit 913ae6ed4b4f026e77f1772d36e18e2deb4924cb Author: Mark Diekhans <ma...@ucsc.edu> Commit: Mark Diekhans <ma...@ucsc.edu>
fixed regression in install --- lisp/Makefile.in | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1c3e0cc4ec..aea42e8409 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -76,10 +76,7 @@ xemacs_OBJECTS = auto-autoloads.elc custom-load.elc OBJECTS = ${@EMACS_FLAVOR@_OBJECTS} $(SOURCES:.el=.elc) -AUX_FILES = version.txt - INSTALL_FILES += $(OBJECTS:.elc=.el) $(OBJECTS) -INSTALL_FILES += $(AUX_FILES) # for autoload generation AUTOLOAD_PACKAGE_NAME = (setq autoload-package-name \"vm\") @@ -125,7 +122,7 @@ all: $(OBJECTS) $(OBJECTS): $(AUTOLOADS) -install: install-el install-elc install-aux +install: install-el install-elc ############################################################################## # Create file with version and commit @@ -241,13 +238,6 @@ install-elc: all $(INSTALL_FILES) done; \ fi; -install-aux: $(AUX_FILES) - $(INSTALL) -d -m 0755 "$(DESTDIR)$(lispdir)/" - for i in $(AUX_FILES); do \ - echo "Install $$i in $(DESTDIR)$(lispdir)/"; \ - $(INSTALL_DATA) $$i "$(DESTDIR)$(lispdir)/"; \ - done; - ############################################################################## Makefile: @srcdir@/Makefile.in cd .. ; ./config.status