summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-28 07:43:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-28 07:43:24 +0000
commitde11cd9d3ad5d3ae1d3140f79375fba023414217 (patch)
treea3de2593e31405df1f5e549bef98cdf8596ef24e /games-emulation/zsnes
parentFixed broken installation routine, bump to 9.2.1 and updated postinstall (diff)
downloadgentoo-2-de11cd9d3ad5d3ae1d3140f79375fba023414217.tar.gz
gentoo-2-de11cd9d3ad5d3ae1d3140f79375fba023414217.tar.bz2
gentoo-2-de11cd9d3ad5d3ae1d3140f79375fba023414217.zip
make sure parallel make works
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r--games-emulation/zsnes/zsnes-1.51-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/zsnes/zsnes-1.51-r1.ebuild b/games-emulation/zsnes/zsnes-1.51-r1.ebuild
index a2e0c356c6ed..4dc4111d7c1c 100644
--- a/games-emulation/zsnes/zsnes-1.51-r1.ebuild
+++ b/games-emulation/zsnes/zsnes-1.51-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild,v 1.4 2007/12/04 05:08:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild,v 1.5 2008/02/28 07:43:24 mr_bones_ Exp $
inherit eutils autotools flag-o-matic toolchain-funcs games
@@ -67,6 +67,7 @@ src_compile() {
--enable-release \
${myconf} \
|| die
+ emake makefile.dep || die "emake failed"
emake || die "emake failed"
}