From d3a61f4ad2874f67e226bb768fecaaab31cb10f0 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 23 Nov 2010 22:06:34 +0100 Subject: Fix dependencies, fixes parallel builds. Tiny patch from Graham Gower . --- guile/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index e8e81b1fb0..2ee12973fa 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -122,7 +122,7 @@ extra-smob-types.i.c: $(srcdir)/make-smob-types.scm snarfcppopts = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(CFLAGS) $(AM_CFLAGS) $(GUILE_CFLAGS) -.c.x: +.c.x: $(BUILT_SOURCES) $(guile_snarf) -o $@ $< $(snarfcppopts) # Target used by doc/Makefile, to create all built sources necessary -- cgit v1.2.1