create_custom_gsi.patch renamed to create_custom_gsi_1.patch

This commit is contained in:
malosek 2009-10-05 10:22:12 +02:00
parent e1b9fcd4b1
commit ff65e26ce7
2 changed files with 2 additions and 2 deletions

View File

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