From 380317bde9db6861d1d800cc1e9f44f21857bcee Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 30 Mar 2002 12:12:53 +0000 Subject: cd dir && command -> cd dir; command --- textproc/ruby-rd-mode.el/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/ruby-rd-mode.el') 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}/ -- cgit v1.2.3