Mailing List Archive

[PATCH] cipher/Makefile.am, doc/Makefile.am: add a missing space
From: Alexander Kanavin <alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
cipher/Makefile.am | 2 +-
doc/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 51306d0a..6c5d48b9 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -148,7 +148,7 @@ gost-sb.h: gost-s-box

gost-s-box: gost-s-box.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
- $(CPPFLAGS_FOR_BUILD)-o $@ $(srcdir)/gost-s-box.c
+ $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c


if ENABLE_O_FLAG_MUNGING
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 91c0ed7b..706afdc9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -41,7 +41,7 @@ man_MANS = $(myman_pages)

yat2m: yat2m.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
- $(CPPFLAGS_FOR_BUILD)-o $@ $(srcdir)/yat2m.c
+ $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/yat2m.c

.fig.png:
fig2dev -L png `test -f '$<' || echo '$(srcdir)/'`$< $@
--
2.20.1


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
Re: [PATCH] cipher/Makefile.am, doc/Makefile.am: add a missing space [ In reply to ]
Alexander Kanavin <alex@linutronix.de> wrote:
> From: Alexander Kanavin <alex.kanavin@gmail.com>
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
> cipher/Makefile.am | 2 +-
> doc/Makefile.am | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

Thank you, applied.
--

_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel