From 82fb13a8ff6dc6895d01a099f19bdfdc0d47b151 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 2 May 2016 05:36:54 +0000 Subject: [PATCH] fix small copy&paste error in litecross makefile dependencies --- litecross/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecross/Makefile b/litecross/Makefile index 8657c56..bbb3630 100644 --- a/litecross/Makefile +++ b/litecross/Makefile @@ -60,7 +60,7 @@ src_gmp: | $(GMP_SRCDIR) src_mpc: | $(MPC_SRCDIR) ln -sf "$(MPC_SRCDIR)" $@ -src_mpfr: | $(GMP_SRCDIR) +src_mpfr: | $(MPFR_SRCDIR) ln -sf "$(MPFR_SRCDIR)" $@ src_toolchain: src_binutils src_gcc src_gmp src_mpc src_mpfr