Comment 10 for bug 1324112

Revision history for this message
Fam Zheng (famz) wrote :

Could be because of this rule:

> # libtool will build the .o files, too
> $(libcacard-obj-y): | $(libcacard-lobj-y)

Does removing the "|" (order deps) solve the issue?

Fam