diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
commit | 380317bde9db6861d1d800cc1e9f44f21857bcee (patch) | |
tree | 7779cd09554e172da6706253f05a3e6e179c1986 /textproc | |
parent | cd dir && command -> cd dir; command (diff) |
cd dir && command -> cd dir; command
Notes
Notes:
svn path=/head/; revision=56946
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rd-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile index c2d916da5199..5b1a8d06ef0f 100644 --- a/textproc/ruby-rd-mode.el/Makefile +++ b/textproc/ruby-rd-mode.el/Makefile @@ -28,7 +28,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-extract: ${MKDIR} ${WRKDIR} - ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool && ${MAKE} -V WRKSRC`/utils ${WRKSRC} + ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool; ${MAKE} -V WRKSRC`/utils ${WRKSRC} do-install: ${MKDIR} ${XEMACSLISPDIR}/ |