Fix for running 'make -j 3'

Prevent the same files being generated mutliple times when using
'make -j 4'.

OpenSUSE bug: https://bugzilla.opensuse.org/show_bug.cgi?id=1083835
SourceForge support ticket 55
This commit is contained in:
Duncan Ferguson 2018-03-08 21:58:55 +00:00
parent 5b827fd163
commit 15d3e210cf
2 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,6 @@
4.13.2 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix for running builds in parallel
4.13.1 2018-03-05 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Minor update to fix failing tests due to 3rd party perltidy changes