summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-16 22:42:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-16 22:42:30 +0000
commitf18f0da44359febb4ba1000f40fc6322ac3c44bd (patch)
treeebc3d6a725edac5fa929f1326293b4684b80e2e2 /games-strategy/ufo-ai
parentuse emake (Manifest recommit) (diff)
downloadgentoo-2-f18f0da44359febb4ba1000f40fc6322ac3c44bd.tar.gz
gentoo-2-f18f0da44359febb4ba1000f40fc6322ac3c44bd.tar.bz2
gentoo-2-f18f0da44359febb4ba1000f40fc6322ac3c44bd.zip
use emake
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r--games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild
index 4123e88ebfe6..ad9c5a763be0 100644
--- a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild
+++ b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.12 2004/07/01 05:34:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.13 2004/07/16 22:42:30 mr_bones_ Exp $
inherit eutils games flag-o-matic
@@ -31,9 +31,9 @@ src_unpack() {
src_compile() {
filter-flags -fstack-protector #51116
cd "${S}/source/linux"
- make build_release \
+ emake build_release \
OPTCFLAGS="${CFLAGS}" \
- || die "make failed"
+ || die "emake failed"
}
src_install() {