diff options
Diffstat (limited to 'package/matchbox')
8 files changed, 8 insertions, 8 deletions
diff --git a/package/matchbox/matchbox-common/matchbox-common.mk b/package/matchbox/matchbox-common/matchbox-common.mk index d35d11bca5..0468d997ba 100644 --- a/package/matchbox/matchbox-common/matchbox-common.mk +++ b/package/matchbox/matchbox-common/matchbox-common.mk @@ -15,4 +15,4 @@ endif ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-common)) +$(eval $(call AUTOTARGETS)) diff --git a/package/matchbox/matchbox-desktop/matchbox-desktop.mk b/package/matchbox/matchbox-desktop/matchbox-desktop.mk index d5f61c1f13..611323db20 100644 --- a/package/matchbox/matchbox-desktop/matchbox-desktop.mk +++ b/package/matchbox/matchbox-desktop/matchbox-desktop.mk @@ -21,4 +21,4 @@ endif ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-desktop)) +$(eval $(call AUTOTARGETS)) diff --git a/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk b/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk index dc448b8ce0..4246626590 100644 --- a/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk +++ b/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk @@ -20,4 +20,4 @@ MATCHBOX_FAKEKEY_POST_CONFIGURE_HOOKS += MATCHBOX_FAKEKEY_POST_CONFIGURE_FIXES ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-fakekey)) +$(eval $(call AUTOTARGETS)) diff --git a/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk b/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk index 3d7178d142..558a4f7a27 100644 --- a/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk +++ b/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk @@ -28,4 +28,4 @@ endif ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-keyboard)) +$(eval $(call AUTOTARGETS)) diff --git a/package/matchbox/matchbox-lib/matchbox-lib.mk b/package/matchbox/matchbox-lib/matchbox-lib.mk index 817a8da8f0..b0be393d3c 100644 --- a/package/matchbox/matchbox-lib/matchbox-lib.mk +++ b/package/matchbox/matchbox-lib/matchbox-lib.mk @@ -55,4 +55,4 @@ endif ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-lib)) +$(eval $(call AUTOTARGETS)) diff --git a/package/matchbox/matchbox-panel/matchbox-panel.mk b/package/matchbox/matchbox-panel/matchbox-panel.mk index 573e3231d9..fe43cb9915 100644 --- a/package/matchbox/matchbox-panel/matchbox-panel.mk +++ b/package/matchbox/matchbox-panel/matchbox-panel.mk @@ -21,4 +21,4 @@ endif ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-panel)) +$(eval $(call AUTOTARGETS)) diff --git a/package/matchbox/matchbox-startup-monitor/matchbox-startup-monitor.mk b/package/matchbox/matchbox-startup-monitor/matchbox-startup-monitor.mk index 954709a823..2540e4b50f 100644 --- a/package/matchbox/matchbox-startup-monitor/matchbox-startup-monitor.mk +++ b/package/matchbox/matchbox-startup-monitor/matchbox-startup-monitor.mk @@ -12,4 +12,4 @@ MATCHBOX_STARTUP_MONITOR_CONF_OPT = ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-startup-monitor)) +$(eval $(call AUTOTARGETS)) diff --git a/package/matchbox/matchbox-wm/matchbox-wm.mk b/package/matchbox/matchbox-wm/matchbox-wm.mk index 0334d0f0c1..4b32073766 100644 --- a/package/matchbox/matchbox-wm/matchbox-wm.mk +++ b/package/matchbox/matchbox-wm/matchbox-wm.mk @@ -39,4 +39,4 @@ endif ############################################################# -$(eval $(call AUTOTARGETS,package/matchbox,matchbox-wm)) +$(eval $(call AUTOTARGETS)) |