diff --git a/core/definitions.mk b/core/definitions.mk index 9865d99d20..36bb0d4913 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -990,7 +990,7 @@ define generate-dbus-proxies $(hide) $(DBUS_GENERATOR) \ --service-config=$(PRIVATE_DBUS_SERVICE_CONFIG) \ --proxy=$@ \ - $< + $(filter %.dbus.xml,$^) endef