Addl fix #766: Parallel build problem
authorColin Clark <colin.clark@cclark.uk>
Mon, 6 Apr 2020 08:29:18 +0000 (09:29 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 6 Apr 2020 08:29:18 +0000 (09:29 +0100)
https://github.com/BestImageViewer/geeqie/issues/766

Depend on .h not on .o

src/Makefile.am

index fa88e86..a3f9c8e 100644 (file)
@@ -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 >$@