diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-11 20:12:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-11 20:12:36 +0000 |
commit | a0dd55023068bc711b573f341db741f6483ca139 (patch) | |
tree | 37748cf46fab117aa42c8e2ef6adbb69e5c0dcc1 /cad | |
parent | f83bf593c5298982544746332ba8531dc281cdb9 (diff) | |
download | pkgsrc-a0dd55023068bc711b573f341db741f6483ca139.tar.gz |
Add confusing space before target name.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ghdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index 3a3ac8e4a18..5b7041f052e 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/12/09 20:06:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2014/12/11 20:12:36 wiz Exp $ GCCVER= 4.9.2 DISTNAME= ghdl-0.32rc1 @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --with-local-prefix=${GCC_PREFIX:Q} INSTALLATION_DIRS+= bin - post-extract: +post-extract: cd ${WRKDIR} && ${MV} ${DISTNAME}/vhdl gcc-${GCCVER}/gcc pre-configure: |