From 433cbde4e8a7fd1844ef38e8ed13342e97ef9a7a Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 7 Mar 2017 15:40:56 +0100 Subject: fix debian/ubuntu build issue --- mk/Autoconf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/Autoconf.mk b/mk/Autoconf.mk index 7608ea5..45177a2 100644 --- a/mk/Autoconf.mk +++ b/mk/Autoconf.mk @@ -162,7 +162,7 @@ config: Make.config @true Make.config: $(srcdir)/GNUmakefile - @echo -e "$(make-config-q)" > $@ + @/bin/echo -e "$(make-config-q)" > $@ @echo @echo "Make.config written, edit if needed" @echo -- cgit