summaryrefslogtreecommitdiff
path: root/content/tslib.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-23 22:46:24 +0000
committerChris Larson <clarson@kergoth.com>2003-09-23 22:46:24 +0000
commite04b8a54daf60459347e59110f8db055e061d3e0 (patch)
tree43c07fc6a68128d01e489ff92df118a9633622bd /content/tslib.oe
parentbc09c642e95e480c00d1887079c88ade6d02ac31 (diff)
Moved the emptying of EXTRA_OEMAKE into autotools.oeclass where it belongs.
BKrev: 3f70cd40KX6mTFwxQVi3H0OLTY_bRA
Diffstat (limited to 'content/tslib.oe')
-rw-r--r--content/tslib.oe1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/tslib.oe b/content/tslib.oe
index b882e3c6aa..5abd5cc5e5 100644
--- a/content/tslib.oe
+++ b/content/tslib.oe
@@ -12,7 +12,6 @@ S = ${WORKDIR}/${PN}
inherit autotools
-EXTRA_OEMAKE=
do_compile_prepend () {
./autogen.sh
}