unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] byacc: fix potential parallel build issue
@ 2013-01-09 12:45 Bogdan Marinescu
  2013-01-09 12:49 ` Marinescu, Bogdan A
  2013-01-21 21:10 ` Andy Wingo
  0 siblings, 2 replies; 3+ messages in thread
From: Bogdan Marinescu @ 2013-01-09 12:45 UTC (permalink / raw)
  To: guile-devel

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
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -700,6 +700,7 @@ $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): scmconfig.h snarf.h guile-snarf-docs.in
 error.x: cpp-E.c
 posix.x: cpp-SIG.c
 load.x: libpath.h
+dynl.x: libpath.h
 
 alldotdocfiles    = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
 snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild snarf-check-and-output-texi



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-21 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 12:45 [PATCH] byacc: fix potential parallel build issue Bogdan Marinescu
2013-01-09 12:49 ` Marinescu, Bogdan A
2013-01-21 21:10 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).