From b04e3f9710b9f41628fa879417322b2d5d4c826d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 Aug 2008 08:04:51 +0000 Subject: [PATCH] fix 'check' compile on avr32 SVN-Revision: 12130 --- libs/check/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libs/check/Makefile b/libs/check/Makefile index 2af107b5cf..2d240804fe 100644 --- a/libs/check/Makefile +++ b/libs/check/Makefile @@ -32,14 +32,8 @@ define Package/check/description endef define Build/Configure - (cd $(PKG_BUILD_DIR); \ - if [ -x $(CONFIGURE_CMD) ]; then \ - $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/ && \ - $(CONFIGURE_VARS) \ - $(CONFIGURE_CMD) \ - $(CONFIGURE_ARGS) ;\ - fi \ - ) + $(CP) $(SCRIPT_DIR)/config.* $(PKG_BUILD_DIR)/build-aux/ + $(call Build/Configure/Default) endef define Build/Compile -- 2.30.2