diff options
Diffstat (limited to 'package/file/file.mk')
-rw-r--r-- | package/file/file.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/file/file.mk b/package/file/file.mk index 7f077528e..f2d917283 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -15,4 +15,4 @@ define FILE_UNINSTALL_TARGET_CMDS endef $(eval $(call AUTOTARGETS)) -$(eval $(call AUTOTARGETS,host)) +$(eval $(host-autotools-package)) |