diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-20 20:41:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-20 20:41:41 +0200 |
commit | 70c44baa23fbf86a888f6f37a75bca10a631a01c (patch) | |
tree | cf5d557fddf53ddb4851a0ae5db68c3ff9f5407e /toolchain/mpfr/Makefile | |
parent | dd35f8739be06beda5a2e2d3f753056cf1fb724a (diff) |
add eglibc support
all three libraries tested with qemu-x86
Diffstat (limited to 'toolchain/mpfr/Makefile')
-rw-r--r-- | toolchain/mpfr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/mpfr/Makefile b/toolchain/mpfr/Makefile index 38ceed749..f74f0199f 100644 --- a/toolchain/mpfr/Makefile +++ b/toolchain/mpfr/Makefile @@ -8,7 +8,7 @@ include Makefile.inc include ${TOPDIR}/mk/buildhlp.mk $(WRKBUILD)/.headers: -$(WRKBUILD)/.configure_done: +$(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ --prefix=$(STAGING_TOOLS) \ @@ -20,7 +20,7 @@ $(WRKBUILD)/.configure_done: ); touch $@ -$(WRKBUILD)/.compiled: $(WRKBUILD)/.configure_done +$(WRKBUILD)/.compiled: $(WRKBUILD)/.configured $(MAKE) -C $(WRKBUILD) all touch $@ |