diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-10 01:39:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-10 01:39:02 +0000 |
commit | 42da0a20029c70d37344ce5513bc0f9ff98d30e0 (patch) | |
tree | 1d019e8fd84c7e906a4bf476ad2269a78d304a50 /parallel/glunix | |
parent | 648f6af2e76ed9562a1eb63a651d4ce3717cf0a4 (diff) | |
download | pkgsrc-42da0a20029c70d37344ce5513bc0f9ff98d30e0.tar.gz |
miscellaneous small changes to make pkglint happy
Diffstat (limited to 'parallel/glunix')
-rw-r--r-- | parallel/glunix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index 234caf03f4f..2953c4d88fc 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/05/20 18:30:27 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/01/10 01:39:04 wiz Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -48,7 +48,7 @@ pre-configure: # On arm32, with UVM, pmap.h contains a C++ keyword. Workaround this. pre-build: @if [ ${MACHINE} = "arm32" -a ! -z "${UVM}" ]; then \ - ${MKDIR} -p ${WRKSRC}/glunix/include/machine; \ + ${MKDIR} ${WRKSRC}/glunix/include/machine; \ ${SED} -e 's|virtual|virt|' /usr/include/machine/pmap.h \ > ${WRKSRC}/glunix/include/machine/pmap.h; \ fi |