From 0f51cfc22c75336a7c13ad9e75396061f512b289 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 Aug 2006 22:05:05 +0000 Subject: [PATCH] cleanup SVN-Revision: 4644 --- utils/strace/Makefile | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/utils/strace/Makefile b/utils/strace/Makefile index 9c297fdac5..c85fa1134d 100644 --- a/utils/strace/Makefile +++ b/utils/strace/Makefile @@ -32,32 +32,7 @@ define Package/strace endef define Build/Configure - (cd $(PKG_BUILD_DIR); rm -rf config.cache; \ - $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS)" \ - CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ - ./configure \ - --target=$(GNU_TARGET_NAME) \ - --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) \ - --program-prefix="" \ - --program-suffix="" \ - --prefix=/usr \ - --exec-prefix=/usr \ - --bindir=/usr/bin \ - --datadir=/usr/share \ - --includedir=/usr/include \ - --infodir=/usr/share/info \ - --libdir=/usr/lib \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --mandir=/usr/share/man \ - --sbindir=/usr/sbin \ - --sysconfdir=/etc \ - $(DISABLE_NLS) \ - $(DISABLE_LARGEFILE) \ - ); + $(call Build/Configure/Default) endef define Build/Compile -- 2.30.2