summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2004-05-10 09:26:41 +0000
committerChristian Birchinger <joker@gentoo.org>2004-05-10 09:26:41 +0000
commitdaa8018ef52aa0b607607300603b326ea5923fba (patch)
treefa7d02f265a251391db4f546fe25027c42542511 /app-editors/joe/joe-3.0-r1.ebuild
parentFixing bugs #48496 and #48726 (-ppc added, passes on command line parameters)... (diff)
downloadgentoo-2-daa8018ef52aa0b607607300603b326ea5923fba.tar.gz
gentoo-2-daa8018ef52aa0b607607300603b326ea5923fba.tar.bz2
gentoo-2-daa8018ef52aa0b607607300603b326ea5923fba.zip
Changed make to emake
Diffstat (limited to 'app-editors/joe/joe-3.0-r1.ebuild')
-rw-r--r--app-editors/joe/joe-3.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/joe/joe-3.0-r1.ebuild b/app-editors/joe/joe-3.0-r1.ebuild
index ba045c0f188f..978585fe0ef7 100644
--- a/app-editors/joe/joe-3.0-r1.ebuild
+++ b/app-editors/joe/joe-3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.2 2004/05/07 15:04:34 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.3 2004/05/10 09:26:41 joker Exp $
IUSE=""
@@ -33,7 +33,7 @@ src_compile() {
replace-flags "-Os" "-O2"
econf || die
- make || die
+ emake || die
}
src_install() {