]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
(menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
[gnu-emacs] / Makefile.in
index f629963046f07eed40146625215ed72f3537f3a9..c565bee02a3a1b0737bd4eb1db930e08618fbf1b 100644 (file)
@@ -224,7 +224,7 @@ INSTALL_INFO = @INSTALL_INFO@
 INSTALL_STRIP =
 
 # We use gzip to compress installed .el files.
-GZIP = @GZIP@
+GZIP_PROG = @GZIP_PROG@
 
 # ============================= Targets ==============================
 
@@ -478,11 +478,11 @@ install-arch-indep: mkdir info
           (cd ${lispdir}; find . -exec chown $${LOGNAME:-$$USERNAME} {} ';') ; \
        else true; fi
        -unset CDPATH; \
-       if [ -n "${GZIP}" ]; \
+       if [ -n "${GZIP_PROG}" ]; \
        then \
           echo "Compressing *.el ..." ; \
           (cd ${lispdir}; for f in `find . -name "*.elc" -print`; do \
-               ${GZIP} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
+               ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
            done) \
        else true; fi
        -unset CDPATH; \