diff options
-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: |