diff options
author | thorpej <thorpej> | 2003-01-08 02:35:59 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2003-01-08 02:35:59 +0000 |
commit | 3235875dc36fe8708bc1ee4c52fcbd9cc96595df (patch) | |
tree | d8aba6d1251df52716e35aa332d05193b94ef7c6 /devel/id-utils/Makefile | |
parent | c13ee3f0df6df2c10f8cf2f0379a3a022104036d (diff) | |
download | pkgsrc-3235875dc36fe8708bc1ee4c52fcbd9cc96595df.tar.gz |
#include statements in asm files that did not match the form:
#include "foo.h"
..or..
#include <foo.h>
would cause mkid to happily loop forever. Fix this, making the
scanner properly detect EOL/EOF and defined name tokens in #include
statements, as well.
Merge all libidu/scanners.c patches into a single patch file.
Bump package revision to nb3.
Diffstat (limited to 'devel/id-utils/Makefile')
-rw-r--r-- | devel/id-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index a7258b71a75..f7650e8923d 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2002/11/30 23:21:36 salo Exp $ +# $NetBSD: Makefile,v 1.28 2003/01/08 02:35:59 thorpej Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 10:22:47 asami Exp # DISTNAME= id-utils-3.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=id-utils/} |