diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:34:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:34:23 +0000 |
commit | 5406488640c9d4292c7a5349facb9e09d7fb04dc (patch) | |
tree | 315682ed881cd935b54d89a2f4bd722649e9d38c /editors/emacs20-mule-devel | |
parent | 32c83edfbcce207c560685385be28ffc02faad2c (diff) |
Notes
Diffstat (limited to 'editors/emacs20-mule-devel')
-rw-r--r-- | editors/emacs20-mule-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20-mule-devel/Makefile b/editors/emacs20-mule-devel/Makefile index 6a10976619f3..96982729e33d 100644 --- a/editors/emacs20-mule-devel/Makefile +++ b/editors/emacs20-mule-devel/Makefile @@ -120,8 +120,8 @@ do-install: ${PREFIX}/share/${MULE}${MULE_MAJOR_VER}/${EMACS_VER}/lisp/subdirs.el @for i in site-lisp/subdirs.el ${EMACS_VER}/site-lisp/subdirs.el ; do \ if [ ! -f ${PREFIX}/share/${MULE}${MULE_MAJOR_VER}/$${i} ]; then \ - (${ECHO} "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ - ${ECHO} " (normal-top-level-add-subdirs-to-load-path))") \ + (${ECHO_CMD} "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ + ${ECHO_CMD} " (normal-top-level-add-subdirs-to-load-path))") \ > ${PREFIX}/share/${MULE}${MULE_MAJOR_VER}/$${i} ; \ fi ; \ done |