summaryrefslogtreecommitdiffstats
path: root/package/rsync/rsync.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/rsync/rsync.mk')
-rw-r--r--package/rsync/rsync.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index 12a33c612..f2df25600 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -10,4 +10,4 @@ RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
RSYNC_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
RSYNC_CONF_OPT = --with-included-popt
-$(eval $(call AUTOTARGETS))
+$(eval $(autotools-package))