diff options
author | asau <asau@pkgsrc.org> | 2012-10-17 03:36:14 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-17 03:36:14 +0000 |
commit | 49c61ef5a2dea83ac6c050cc50a3403a6bfc1ace (patch) | |
tree | ad05436705a8c37f816f5e19dd2530d6b77df360 /parallel | |
parent | 3ad3dca7a22ce70924f5cbf0a4fa75a2b88a6196 (diff) | |
download | pkgsrc-49c61ef5a2dea83ac6c050cc50a3403a6bfc1ace.tar.gz |
Cleanup while here.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/hwloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/hwloc/Makefile b/parallel/hwloc/Makefile index 4b32553e4a5..65f442f7129 100644 --- a/parallel/hwloc/Makefile +++ b/parallel/hwloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/17 03:11:44 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/17 03:36:14 asau Exp $ DISTNAME= hwloc-1.5 CATEGORIES= parallel @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --enable-debug --enable-picky TEST_TARGET= check pre-configure: - ${RUN} cd ${WRKSRC} && autoreconf -ivf + $(RUN) cd $(WRKSRC) && autoreconf -ivf # libpci?? #.include "../../graphics/cairo/buildlink3.mk" # optional |