From 9b63c2e3f64badd8bd83e1891272f00bd42c9e4b Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 16 Apr 2000 07:31:12 +0000 Subject: Need a ./ before ${CONFIGURE_SCRIPT}. --- editors/vim-share/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editors') diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 66b85d643ed..78fb5ed8e70 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/03/27 08:54:55 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/16 07:31:12 mycroft Exp $ .include "Makefile.common" @@ -12,12 +12,12 @@ INSTALL_TARGET= installvimhelp installhelplinks installmacros \ installtutor installtools post-configure: - cd ${WRKSRC}/ctags ; ${CONFIGURE_ENV} ${CONFIGURE_SCRIPT} \ + cd ${WRKSRC}/ctags; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} \ ${CONFIGURE_ARGS} do-build: - cd ${WRKSRC}/ctags ; ${MAKE} - cd ${WRKSRC}/xxd ; CC="${CC}" CFLAGS="${CFLAGS}" ${MAKE} \ + cd ${WRKSRC}/ctags; ${MAKE} + cd ${WRKSRC}/xxd; CC="${CC}" CFLAGS="${CFLAGS}" ${MAKE} \ -f Makefile.unix .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3