diff options
Diffstat (limited to 'package/orc/orc.mk')
-rw-r--r-- | package/orc/orc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/orc/orc.mk b/package/orc/orc.mk index 37b6e991c..d4ff3e28f 100644 --- a/package/orc/orc.mk +++ b/package/orc/orc.mk @@ -21,4 +21,4 @@ ifneq ($(BR2_HAVE_DEVFILES),y) ORC_POST_INSTALL_TARGET_HOOKS += ORC_REMOVE_DEVFILES endif -$(eval $(call AUTOTARGETS,package,orc)) +$(eval $(call AUTOTARGETS)) |