From e5f8aefb7d691e5520db13f260d06c5bc6504faf0d5044c4aa6a72ebe4f7dd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 24 Jun 2020 08:14:48 +0000 Subject: [PATCH] Fix one hunk in gcc44-rename-info-files.patch. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=29 --- gcc44-rename-info-files.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc44-rename-info-files.patch b/gcc44-rename-info-files.patch index fd51e6c..9ea2c39 100644 --- a/gcc44-rename-info-files.patch +++ b/gcc44-rename-info-files.patch @@ -581,7 +581,7 @@ Index: libgomp/Makefile.in CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) MAINTAINERCLEANFILES = $(srcdir)/libgomp.info MULTISRCTOP = -@@ -1377,15 +1378,16 @@ env.lo: libgomp_f.h +@@ -1428,15 +1429,16 @@ env.lo: libgomp_f.h env.o: libgomp_f.h all-local: $(STAMP_GENINSRC) @@ -602,7 +602,7 @@ Index: libgomp/Makefile.in + $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -D 'fnlibgomp $(INFO_LIBGOMP_NAME)' -I $(srcdir) -o $(INFO_LIBGOMP_NAME).info $(srcdir)/libgomp.texi @touch $@ - # GNU Make needs to see an explicit $(MAKE) variable in the command it + # target overrides Index: libgomp/libgomp.texi =================================================================== --- libgomp/libgomp.texi.orig 2018-10-26 10:15:47.925733302 +0200