diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-12-30 20:06:57 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-12-30 20:06:57 +0000 |
commit | 8a36e86726920e407ee6d55fd1bb9cc6d5bd3ce3 (patch) | |
tree | 2b7845d709fbacb46169868d6cddac8f1f7042bd /lang | |
parent | 1b3b9fd498b94be283b2bcbd3b8e9f25041d76e9 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 246cb0c4cef6..9a2b9f684f5c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -24,7 +24,7 @@ CFLAGS+= -fno-reorder-blocks -fno-inline USE_GMAKE= yes USE_AUTOTOOLS= libtool libltdl USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named -ALL_TARGET= all info +ALL_TARGET= kernel/version.fs more info MAKE_JOBS_UNSAFE=yes STRIP= #none |