Roverok / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Parallel build fails #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure
2. make -j 8

What is the expected output? What do you see instead?

Making all in .
CC     libnfc_la-nfc.lo
CC     libnfc_la-iso14443-subr.lo
CC     libnfc_la-mirror-subr.lo
  CCLD   libnfc.la
Making all in examples
make: don't know how to make ../examples/libnfcutils.a. Stop
*** Error code 1
1 error
*** Error code 2
1 error

Original issue reported on code.google.com by romain.t...@gmail.com on 26 Apr 2010 at 9:00

GoogleCodeExporter commented 9 years ago
Thanks. Fixed in r419.

Original comment by romu...@libnfc.org on 27 Apr 2010 at 3:29