martinpaljak / osx-ccid-installer

Easy-to-use (graphical) open source CCID driver installer for OSX El Capitan (10.11) / macOS Sierra (10.12)
40 stars 18 forks source link

Fix build when using "make --jobs" #9

Closed LudovicRousseau closed 7 years ago

LudovicRousseau commented 7 years ago

The dist target does not depend on 4 other targets but on the execution of the 4 targets in a sequence.

The code broke when "make --jobs" is used and the 2 targets are executed simultaneously.

martinpaljak commented 7 years ago

I have changed the make approach for signing that does not have such side effects, will push asap.

martinpaljak commented 7 years ago

44684d1043 should fix this.