Commit ff65e26c authored by malosek's avatar malosek

create_custom_gsi.patch renamed to create_custom_gsi_1.patch

parent e1b9fcd4
......@@ -436,10 +436,10 @@ if test "x$with_pgm1_ext" != "xno"; then
AC_MSG_CHECKING([Patching ${pgm_basename}])
if patch --silent -p0 < foreign/openpgm/create_custom_gsi.patch; then
if patch --silent -p0 < foreign/openpgm/create_custom_gsi_1.patch; then
AC_MSG_RESULT([yes])
else
AC_MSG_ERROR([Could not apply foreign/openpgm/create_custom_gsi.patch file.])
AC_MSG_ERROR([Could not apply foreign/openpgm/create_custom_gsi_1.patch file.])
fi
# Generate galois_tables.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment