emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9a4249a022e 1/3: Fix the DJGPP build


From: Po Lu
Subject: master 9a4249a022e 1/3: Fix the DJGPP build
Date: Mon, 7 Aug 2023 04:45:48 -0400 (EDT)

branch: master
commit 9a4249a022e26353c42a7da966789b05573bb3ec
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix the DJGPP build
    
    * msdos/sedlibmk.inp (OMI_GNULIB_MODULE_crypto/md5): Delete
    extraneous escape character.
---
 msdos/sedlibmk.inp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msdos/sedlibmk.inp b/msdos/sedlibmk.inp
index 4300be47d0b..f3554e7b001 100644
--- a/msdos/sedlibmk.inp
+++ b/msdos/sedlibmk.inp
@@ -489,7 +489,7 @@ OMIT_GNULIB_MODULE_strtoll = true\
 OMIT_GNULIB_MODULE_symlink = true\
 OMIT_GNULIB_MODULE_sys_select = true\
 OMIT_GNULIB_MODULE_sys_time = true\
-OMIT_GNULIB_MODULE_crypto\/md5 = true\
+OMIT_GNULIB_MODULE_crypto\/md5 = true
 /^arg-nonnull\.h:/,/^[         ][      ]*mv /c\
 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h\
        sed -n -e '/GL_ARG_NONNULL/,$$p' < 
$(top_srcdir)/build-aux/snippet/arg-nonnull.h > $@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]