etnt / gettext

Erlang internationalization library.
http://www.redhoterlang.com/
MIT License
70 stars 45 forks source link

Fix makefile to work with multiple jobs #15

Closed bernardd closed 7 years ago

bernardd commented 11 years ago

A fairly trivial little fix, but hopefully it will save someone else having to figure out why their make was failing on the first try :)

Running a straight 'make all' with -j >1 can fail because the 'test' target is in fact dependent on the pot and beam files being built, but wasn't flagged as such. This fixes that.

richcarl commented 7 years ago

Sorry for missing to merge this. Looks ok. Thanks!

bernardd commented 7 years ago

Oh man, that takes me back :)