From 9f0f55ce0f9a421e2e66b5695c17666d2dd8913e Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 8 Jun 2009 21:31:50 +0000 Subject: - Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE Reported by: pointyhat --- emulators/mess/Makefile | 2 +- emulators/sdlmess/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 53e6a40a56c0..0931ba23abd9 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -36,7 +36,7 @@ USE_GNOME= # EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .endif -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile index 53e6a40a56c0..0931ba23abd9 100644 --- a/emulators/sdlmess/Makefile +++ b/emulators/sdlmess/Makefile @@ -36,7 +36,7 @@ USE_GNOME= # EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .endif -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 -- cgit v1.2.3