diff options
Diffstat (limited to 'package/tiff')
-rw-r--r-- | package/tiff/tiff.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tiff/tiff.mk b/package/tiff/tiff.mk index 3ab0d4f8f..227047bba 100644 --- a/package/tiff/tiff.mk +++ b/package/tiff/tiff.mk @@ -81,4 +81,4 @@ define TIFF_INSTALL_TARGET_CMDS done endef -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |