From 87cbf3a69a86f5f74e8fce0ab7f148ff6d9416e5 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 28 Jan 2009 13:05:13 +0000 Subject: [PATCH] This should fix running the get_patches script. I don't really know how this could previously have worked. I can just guess that on the platform it worked, the MPFR lib wasn't built because it was preinstalled. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29073 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- gcc/mpfr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/mpfr/Makefile.in b/gcc/mpfr/Makefile.in index 6713836..d9c8a75 100644 --- a/gcc/mpfr/Makefile.in +++ b/gcc/mpfr/Makefile.in @@ -1666,7 +1666,7 @@ get_patches.c: PATCHES get_patches.sh - ./get_patches.sh > $@ || rm -f $@ + $(srcdir)/get_patches.sh > $@ || rm -f $@ tune: $(MAKE) $(AM_MAKEFLAGS) tuneup$(EXEEXT) -- gitore 0.2.2