diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-26 05:41:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-26 05:41:36 +0000 |
commit | c139b554e510eeb23ba9cc63143fbb74f8b9b494 (patch) | |
tree | ee4bab1a7dff3f9473bf76caa41363143fa4a10a /devel/openvex | |
parent | 33fb7dc2f6be6681afbab619288361fc1b713469 (diff) |
Notes
Diffstat (limited to 'devel/openvex')
-rw-r--r-- | devel/openvex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/openvex/Makefile b/devel/openvex/Makefile index e3bece247420..9b2d05dea59e 100644 --- a/devel/openvex/Makefile +++ b/devel/openvex/Makefile @@ -29,11 +29,11 @@ post-patch: @${REINPLACE_CMD} -E 's/cd (.+)(;| &&) make/$$(MAKE) -C \1/' \ ${WRKSRC}/Advanced/Makefile ${WRKSRC}/Beginner/Makefile \ ${WRKSRC}/HiBob/Makefile ${WRKSRC}/Makefile -# Apparently the work around for bug in pic18f8520.h is no longer needed and +# Apparently the workaround for bug in pic18f8520.h is no longer needed and # breaks the build now; disable it for the time being @${REINPLACE_CMD} -e 's/ifdef SDCC/if 0/' ${WRKSRC}/Lib/timer.h post-build: - $(MAKE) -C $(WRKSRC) clean + ${MAKE} -C ${WRKSRC} clean .include <bsd.port.mk> |