x-itec / openvpn-auth-ldap

Automatically exported from code.google.com/p/openvpn-auth-ldap
Other
0 stars 0 forks source link

Missing dependencies in src/Makefile.in break parallel builds #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure
2. make -j4 

What is the expected output? What do you see instead?

I'd expect that the build waits until TRConfigParser.h is generated before 
using it. Instead, I see it is built in parallel with using it.

The Makefile.in needs to have some dependencies added so that operations are 
properly serialized and the lemon/makeheaders are run before the resulting 
.h/.m files are used.

What version of the product are you using? On what operating system?

svn version 1379 on FreeBSD 10.1

Original issue reported on code.google.com by matthias...@gmx.de on 19 Jan 2015 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by landon.j.fuller@gmail.com on 11 Feb 2015 at 9:42