From 7a1163a1adb942f49380e848c809129c2c0b9c89 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 5 Apr 2015 21:16:37 -0400 Subject: [PATCH] add explicit file deps for geolocation eldbus generated files some setups have stricter dep chain following during make which causes build errors if the chain does not explicitly have the generated files as a dep of the files for which they are included --- src/modules/Makefile_geolocation.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/Makefile_geolocation.mk b/src/modules/Makefile_geolocation.mk index b9a1596e9..79182e1da 100644 --- a/src/modules/Makefile_geolocation.mk +++ b/src/modules/Makefile_geolocation.mk @@ -21,6 +21,7 @@ src/modules/geolocation/eldbus_utils.h MAINTAINERCLEANFILES += $(GEO_GEN) +src/modules/geolocation/e_mod_main.c: $(GEO_GEN) $(GEO_GEN): src/modules/geolocation/org.freedesktop.GeoClue2.xml @cd $(top_builddir)/src/modules/geolocation && \ eldbus-codegen $(abs_top_srcdir)/src/modules/geolocation/org.freedesktop.GeoClue2.xml