From: Simon Josefsson Date: Tue, 23 Nov 2010 21:06:34 +0000 (+0100) Subject: Fix dependencies, fixes parallel builds. X-Git-Tag: gnutls_2_11_5~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23f761290ca6f905f062d2de217acb012e5a38b2;p=thirdparty%2Fgnutls.git Fix dependencies, fixes parallel builds. Tiny patch from Graham Gower . --- 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