emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Thu, 15 Nov 2001 16:55:21 -0500

Index: emacs/Makefile.in
diff -u emacs/Makefile.in:1.244 emacs/Makefile.in:1.245
--- emacs/Makefile.in:1.244     Thu Nov 15 15:33:21 2001
+++ emacs/Makefile.in   Thu Nov 15 16:55:21 2001
@@ -335,7 +335,7 @@
            exec_prefix=${exec_prefix} bindir=${bindir} \
            libexecdir=${libexecdir} archlibdir=${archlibdir} \
            INSTALL_STRIP=${INSTALL_STRIP})
-       ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs ${bindir}/${EMACSFULL}
+       ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs ${bindir}/$(EMACSFULL)
        -chmod 1755  ${bindir}/$(EMACSFULL)
        rm -f ${bindir}/$(EMACS)
        -ln ${bindir}/$(EMACSFULL) ${bindir}/$(EMACS)
@@ -514,7 +514,7 @@
        -rm -rf ${libexecdir}/emacs/${version}
        (cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* 
elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* 
woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*)
        (cd ${man1dir}  && rm -f emacs${manext} emacsclient${manext} 
etags${manext} ctags${manext} gfdl${manext})
-       (cd ${bindir}  && rm -f emacs-${version} $(EMACS))
+       (cd ${bindir}  && rm -f $(EMACSFULL) $(EMACS))
 
 
 FRC:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]