diff options
author | Jason Evans <jasone@FreeBSD.org> | 2001-12-22 02:04:51 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2001-12-22 02:04:51 +0000 |
commit | 325e62bb79044f3772b279350866541e17d141ea (patch) | |
tree | 5d8f01fe6345fab76a82cc919f814c36ff810aa4 /lang/onyx/Makefile | |
parent | Update to Onyx 2.3.0. (diff) |
Add back a @ that got lost.
Notes
Notes:
svn path=/head/; revision=51956
Diffstat (limited to 'lang/onyx/Makefile')
-rw-r--r-- | lang/onyx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |