summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-11-23 22:06:34 +0100
committerSimon Josefsson <simon@josefsson.org>2010-11-23 22:06:34 +0100
commit23f761290ca6f905f062d2de217acb012e5a38b2 (patch)
treec1b6adb22918b957079197e29e572ba7e050f8f2 /guile
parent8f6ebbc99c527940463d31fa97e6252df0328972 (diff)
downloadgnutls-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.am2
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