diff options
Diffstat (limited to 'package/libgpg-error/libgpg-error.mk')
-rw-r--r-- | package/libgpg-error/libgpg-error.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk index 1b78b17ce..96cbbd6ac 100644 --- a/package/libgpg-error/libgpg-error.mk +++ b/package/libgpg-error/libgpg-error.mk @@ -8,4 +8,4 @@ LIBGPG_ERROR_VERSION = 1.10 LIBGPG_ERROR_SITE = ftp://ftp.gnupg.org/gcrypt/libgpg-error LIBGPG_ERROR_INSTALL_STAGING = YES -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |