summaryrefslogtreecommitdiff
path: root/package/libxmlrpc/libxmlrpc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libxmlrpc/libxmlrpc.mk')
-rw-r--r--package/libxmlrpc/libxmlrpc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk
index c3788d6c3..7d11205a7 100644
--- a/package/libxmlrpc/libxmlrpc.mk
+++ b/package/libxmlrpc/libxmlrpc.mk
@@ -16,7 +16,7 @@ LIBXMLRPC_MAKE = $(MAKE1)
# Using autoconf, not automake, so we cannot use AUTORECONF = YES.
define LIBXMLRPC_RUN_AUTOCONF
- cd $(@D); $(HOST_DIR)/usr/bin/autoconf
+ cd $(@D); $(HOST_DIR)/usr/bin/autoconf
endef
LIBXMLRPC_PRE_CONFIGURE_HOOKS += LIBXMLRPC_RUN_AUTOCONF