diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 20:24:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 20:24:35 +0000 |
commit | ded3fbcc9b8bc615bb0de342cb551c7edfb97676 (patch) | |
tree | db8a52f72857e5b29658bec3c41d0c1257e86e69 /textproc | |
parent | Add stream-1.0, a synthetic benchmark program that measures sustainable (diff) |
Define NO_LATEST_LINK.
Notes
Notes:
svn path=/head/; revision=49690
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 8a08a581d749..f28a327f2eaf 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -20,6 +20,8 @@ MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" \ INSTALLS_SHLIB= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +NO_LATEST_LINK= yes + do-build: .for f in ${MAKEFILES} ${CP} ${FILESDIR}/${f} ${WRKSRC}/ |