From: Colin Clark Date: Mon, 6 Apr 2020 08:29:18 +0000 (+0100) Subject: Addl fix #766: Parallel build problem X-Git-Tag: v1.6~65 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=55ed33bc10771ae7e2929d643cfcedaa8a7f7a27 Addl fix #766: Parallel build problem https://github.com/BestImageViewer/geeqie/issues/766 Depend on .h not on .o --- diff --git a/src/Makefile.am b/src/Makefile.am index fa88e869..a3f9c8e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -303,7 +303,7 @@ geeqie_LDADD = $(GTK_LIBS) $(GLIB_LIBS) $(INTLLIBS) $(JPEG_LIBS) $(TIFF_LIBS) $( EXTRA_DIST = \ $(extra_SLIK) -image-load.o: gq-marshal.o +image-load.o: gq-marshal.h gq-marshal.h: gq-marshal.list $(GLIB_GENMARSHAL) --prefix=gq_marshal $(srcdir)/gq-marshal.list --header >$@