# HG changeset patch # User Andreas Schwab # Date 1131037251 0 # Node ID a549a8898210ff2bbbe89d61a68f1a0b41753482 # Parent a40925b52cdcd971306fdffde1ddb9093093a300 (GZIP_PROG): Renamed from GZIP. (install): Adjust. diff -r a40925b52cdc -r a549a8898210 leim/Makefile.in --- a/leim/Makefile.in Thu Nov 03 17:00:25 2005 +0000 +++ b/leim/Makefile.in Thu Nov 03 17:00:51 2005 +0000 @@ -1,7 +1,7 @@ # Makefile for leim subdirectory in GNU Emacs. # Copyright (C) 1997,98,1999,2000,2001 Electrotechnical Laboratory, JAPAN. # Licensed to the Free Software Foundation. -# Copyright (C) 1997,98,1999,2000,01,02,03,2004 +# Copyright (C) 1997,98,1999,2000,01,02,03,2004,2005 # Free Software Foundation, Inc. # Copyright (C) 2001,02,03,2004 # National Institute of Advanced Industrial Science and Technology (AIST) @@ -37,7 +37,7 @@ # Where to install LEIM files. INSTALLDIR=${datadir}/emacs/${version}/leim -GZIP = @GZIP@ +GZIP_PROG = @GZIP_PROG@ # On Xenix and the IBM RS6000, double-dot gets screwed up. dot = . @@ -241,11 +241,11 @@ rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \ else true; fi -unset CDPATH; \ - if [ -n "${GZIP}" ]; \ + if [ -n "${GZIP_PROG}" ]; \ then \ echo "Compressing *.el ..." ; \ (cd ${INSTALLDIR}; 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 -chmod -R a+r ${INSTALLDIR}