Re: [PATCH] byacc: fix potential parallel build issue

2013-01-21 Thread Andy Wingo
On Wed 09 Jan 2013 13:45, Bogdan Marinescu writes: > Add explicit dependency for libpath.h on dynl.x which fixes a potential > parallel build issue. The other file that includes libguile/libpath.h > (libguile/load.c) already has an explicit dependency on libpath.h Applied, thanks. Andy -- htt

Re: [PATCH] byacc: fix potential parallel build issue

2013-01-09 Thread Marinescu, Bogdan A
Errr. Sorry about the "byacc" prefix. Copy/paste error. Thanks, BogdanM On Wed, Jan 9, 2013 at 2:45 PM, Bogdan Marinescu < bogdan.a.marine...@intel.com> wrote: > Add explicit dependency for libpath.h on dynl.x which fixes a potential > parallel build issue. The other file that includes libguile/

[PATCH] byacc: fix potential parallel build issue

2013-01-09 Thread Bogdan Marinescu
Add explicit dependency for libpath.h on dynl.x which fixes a potential parallel build issue. The other file that includes libguile/libpath.h (libguile/load.c) already has an explicit dependency on libpath.h diff --git a/libguile/Makefile.am b/libguile/Makefile.am index e216435..016bd90 100644 -