diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-07 15:40:56 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-07 15:40:56 +0100 |
commit | 433cbde4e8a7fd1844ef38e8ed13342e97ef9a7a (patch) | |
tree | 99b703a2d3b0f2634ba0727c7c70a18857676b3e | |
parent | 19600b2825e0d12d71eb2f842623019525c31117 (diff) | |
download | fbida-433cbde4e8a7fd1844ef38e8ed13342e97ef9a7a.tar.gz |
fix debian/ubuntu build issue
-rw-r--r-- | mk/Autoconf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |