summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-07-25 12:32:34 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-07-25 12:32:34 +0000
commit20d797aa8fcb445bcf5fa1b91e43caae80f068e1 (patch)
tree7473a839df851131b85458dcf81e586148f9b8fd /dev-util/treecc
parentversion bump - ebuild from Holly Bostick via bug #57375 (Manifest recommit) (diff)
downloadgentoo-2-20d797aa8fcb445bcf5fa1b91e43caae80f068e1.tar.gz
gentoo-2-20d797aa8fcb445bcf5fa1b91e43caae80f068e1.tar.bz2
gentoo-2-20d797aa8fcb445bcf5fa1b91e43caae80f068e1.zip
minor MAKEOPTS cleanup
Diffstat (limited to 'dev-util/treecc')
-rw-r--r--dev-util/treecc/treecc-0.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/treecc/treecc-0.3.0.ebuild b/dev-util/treecc/treecc-0.3.0.ebuild
index 674f9c3140d3..505b19ab33e8 100644
--- a/dev-util/treecc/treecc-0.3.0.ebuild
+++ b/dev-util/treecc/treecc-0.3.0.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/dev-util/treecc/treecc-0.3.0.ebuild,v 1.8 2004/06/26 14:54:08 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.9 2004/07/25 12:32:34 scandium Exp $
DESCRIPTION="compiler-compiler tool for aspect-oriented programming"
HOMEPAGE="http://www.southern-storm.com.au/treecc.html"
@@ -16,7 +16,7 @@ DEPEND=""
src_compile() {
econf || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
+ emake -j1 || die
}
src_install() {