patches/binutils/2.20/230-libiberty-pic.patch
author Esben Haabendal <eha@doredevelopment.dk>
Sat Aug 14 23:21:06 2010 +0200 (2010-08-14)
changeset 2085 198c99380191
parent 1614 3f76cdbceb6e
permissions -rw-r--r--
libc/mingw: use pre-set headers dir

There is a variable that contains the headers directory,
so there's no need to re-compute it again.

[Yann E. MORIN: split the original patch]
fr@1621
     1
--- binutils/libiberty/Makefile.in.mps	2004-05-13 15:53:17.000000000 +0200
fr@1621
     2
+++ binutils/libiberty/Makefile.in	2004-05-13 15:52:53.000000000 +0200
yann@1614
     3
@@ -224,6 +224,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA
yann@1614
     4
 	  $(AR) $(AR_FLAGS) $(TARGETLIB) \
yann@1614
     5
 	    $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
yann@1614
     6
 	  $(RANLIB) $(TARGETLIB); \
yann@1614
     7
+	  cp $(TARGETLIB) ../ ; \
yann@1614
     8
 	  cd ..; \
yann@1614
     9
 	else true; fi
yann@1614
    10