From 70c44baa23fbf86a888f6f37a75bca10a631a01c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 20 Aug 2009 20:41:41 +0200 Subject: add eglibc support all three libraries tested with qemu-x86 --- toolchain/gmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/gmp/Makefile') diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index cff400736..bbe26f14d 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -7,7 +7,7 @@ include Makefile.inc include ${TOPDIR}/mk/buildhlp.mk $(WRKBUILD)/.headers: -$(WRKBUILD)/.configure_done: +$(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ --prefix=$(STAGING_TOOLS) \ @@ -19,7 +19,7 @@ $(WRKBUILD)/.configure_done: ); touch $@ -$(WRKBUILD)/.compiled: $(WRKBUILD)/.configure_done +$(WRKBUILD)/.compiled: $(WRKBUILD)/.configured $(MAKE) -C $(WRKBUILD) all touch $@ -- cgit v1.2.3