From 325e62bb79044f3772b279350866541e17d141ea Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Sat, 22 Dec 2001 02:04:51 +0000 Subject: Add back a @ that got lost. --- lang/onyx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/onyx') diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index fe7ce69e2a06..2a502b757f0f 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -21,7 +21,7 @@ MAN1= onyx.1 MANCOMPRESSED= no do-build: - (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) do-install: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install) -- cgit v1.2.3