diff options
Diffstat (limited to 'package/ncftp/ncftp.mk')
-rw-r--r-- | package/ncftp/ncftp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk index 3000e7a6c..4056397cd 100644 --- a/package/ncftp/ncftp.mk +++ b/package/ncftp/ncftp.mk @@ -41,4 +41,4 @@ define NCFTP_UNINSTALL_TARGET_CMDS rm -f $(addprefix $(TARGET_DIR)/usr/bin/, $(NCFTP_TARGET_BINS) ncftpspooler) endef -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |