From e68ce0c2e5a7a419c642090b6151f15eae5dfc82 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 6 Feb 2013 09:08:29 +0000 Subject: [PATCH] allow ln -s in pre-build to fail; lets interrupted builds be resumed. ok fgsch@ --- emulators/sdlmame/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index a610b94647d..101584b8cba 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2013/01/31 22:27:36 fgsch Exp $ +# $OpenBSD: Makefile,v 1.23 2013/02/06 09:08:29 sthen Exp $ # Other archs have not been tested ONLY_FOR_ARCHS = amd64 i386 @@ -81,7 +81,7 @@ pre-patch: ${WRKDIST}/src/osd/sdl/sdl.mak pre-build: - @ln -s ${MODPY_BIN} ${WRKDIR}/bin/python + -@ln -s ${MODPY_BIN} ${WRKDIR}/bin/python ${SUBST_CMD} ${WRKDIST}/src/osd/sdl/sdl.mak do-install: