buganini / bsdconv

A simple but powerful DSL for charset/encoding conversion and transformation, pure C implementation with no extra dependencies
https://bsdconv.io/bsdconv/
BSD 2-Clause "Simplified" License
53 stars 6 forks source link

Makefile is not parallel-safe #4

Closed adamv closed 12 years ago

adamv commented 12 years ago

By default, Homebrew tries to run as many make jobs as you have cores. On my machine, this causes the codec tables to start being generated before the library itself is available, causing a build failure:

https://gist.github.com/2311260

buganini commented 12 years ago

This should be fixed in HEAD now.