diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-09 13:15:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 13:15:00 +0000 |
commit | d41d4e635df38fd8c729bc369f3c5d9ea9eb2bcd (patch) | |
tree | ee6cd1e4026bf440aaaaec0058dd52c3a5466c07 /packages/abiword | |
parent | 6459e42616e99de566c5aecd2bc12f30220378df (diff) |
More syntax changing updates
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/abiword_2.0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abiword/abiword_2.0.14.bb b/packages/abiword/abiword_2.0.14.bb index 3cb41d8bee..2b17edb4d8 100644 --- a/packages/abiword/abiword_2.0.14.bb +++ b/packages/abiword/abiword_2.0.14.bb @@ -31,7 +31,7 @@ ${datadir}/AbiSuite-2.0/templates/Memo.awt \ ${datadir}/AbiSuite-2.0/templates/Press-Release.awt" #abiword needs this native tool -export BUILD_CDUMPTOOL=${STAGING_BINDIR}/cdump +export BUILD_CDUMPTOOL="${STAGING_BINDIR}/cdump" PARALLEL_MAKE="" |