GNOME Bugzilla – Bug 741012
should not override "all" target
Last modified: 2014-12-02 10:58:43 UTC
I haven't tested this patch, but doing this is causing odd build failures in Continuous. The "all" target is generated by automake, you should not be overriding its dependencies. What was this line trying to achieve? Specifically the generated Makefile will have a dep on BUILT_SOURCES in all normally. diff --git a/src/tracker-extract/Makefile.am b/src/tracker-extract/Makefile.am index 92622bd..005241c 100644 --- a/src/tracker-extract/Makefile.am +++ b/src/tracker-extract/Makefile.am @@ -510,11 +510,6 @@ libextract_dummy_la_LIBADD = \ $(BUILD_LIBS) \ $(TRACKER_EXTRACT_MODULES_LIBS) -# -# Binaries -# -all: $(libexec_PROGRAMS) $(man_MANS) - libexec_PROGRAMS = tracker-extract tracker_extract_SOURCES = \