Fix unintended binutils-dependency on flex

This commit is contained in:
Oliver Tappe
2014-05-30 00:52:19 +02:00
parent dee7566e30
commit 1612302b64

View File

@@ -5,7 +5,7 @@ srcGitRev="c20a732df8f8b6d0f32c872817f3a0498a5c4761"
SRC_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="6d3b677cd8ef777bf6fb3186a15b5122e46345595a996370325c758b3d8a4ab6"
SRC_FILENAME="binutils-$portVersion.tar.gz"
REVISION="5"
REVISION="6"
LICENSE="
GNU GPL v2
GNU LGPL v2
@@ -95,7 +95,7 @@ BUILD()
# it, however, since these binutils may be used by the bootstrap-gcc,
# which passes --sysroot=<path> to ld.
make $jobArgs
make $jobArgs LEXLIB=
}
INSTALL()