mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
6c88248647
Fix filenames in patch files for binutils-2.20. Some patch files were only usable with patch argument '-p0'. Fix the diff context to match 2.20 release. Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
11 lines
388 B
Diff
11 lines
388 B
Diff
--- binutils/libiberty/Makefile.in.mps 2004-05-13 15:53:17.000000000 +0200
|
|
+++ binutils/libiberty/Makefile.in 2004-05-13 15:52:53.000000000 +0200
|
|
@@ -224,6 +224,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA
|
|
$(AR) $(AR_FLAGS) $(TARGETLIB) \
|
|
$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
|
|
$(RANLIB) $(TARGETLIB); \
|
|
+ cp $(TARGETLIB) ../ ; \
|
|
cd ..; \
|
|
else true; fi
|
|
|