diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-11-23 22:06:34 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-11-23 22:06:34 +0100 |
commit | 23f761290ca6f905f062d2de217acb012e5a38b2 (patch) | |
tree | c1b6adb22918b957079197e29e572ba7e050f8f2 /guile | |
parent | 8f6ebbc99c527940463d31fa97e6252df0328972 (diff) | |
download | gnutls-23f761290ca6f905f062d2de217acb012e5a38b2.tar.gz |
Fix dependencies, fixes parallel builds.
Tiny patch from Graham Gower <graham.gower@gmail.com>.
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |