diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:35 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:35 +0000 |
commit | 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch) | |
tree | 3797eff5681f7b7188f4e315c2b05fcd936f57e8 /lsof | |
parent | 85b9c66123293478a0618e3ba230adc266c85eea (diff) |
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning.
BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'lsof')
-rw-r--r-- | lsof/lsof_4.69.oe | 2 | ||||
-rw-r--r-- | lsof/lsof_4.70.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lsof/lsof_4.69.oe b/lsof/lsof_4.69.oe index 0d28d452da..b0268b2a6e 100644 --- a/lsof/lsof_4.69.oe +++ b/lsof/lsof_4.69.oe @@ -23,7 +23,7 @@ do_configure () { export I = "${STAGING_INCDIR}" export L = "${STAGING_INCDIR}" -export EXTRA_OEMAKE = +export EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' diff --git a/lsof/lsof_4.70.oe b/lsof/lsof_4.70.oe index 03d0534c78..66952ccf78 100644 --- a/lsof/lsof_4.70.oe +++ b/lsof/lsof_4.70.oe @@ -23,7 +23,7 @@ do_configure () { export I = "${STAGING_INCDIR}" export L = "${STAGING_INCDIR}" -export EXTRA_OEMAKE = +export EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' |