Fix one hunk in gcc44-rename-info-files.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=29
This commit is contained in:
Martin Liška 2020-06-24 08:14:48 +00:00 committed by Git OBS Bridge
parent e0ee7f3a7c
commit e5f8aefb7d

View File

@ -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