aboutsummaryrefslogtreecommitdiffstats
path: root/mk
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-03-07 15:40:56 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-03-07 15:40:56 +0100
commit433cbde4e8a7fd1844ef38e8ed13342e97ef9a7a (patch)
tree99b703a2d3b0f2634ba0727c7c70a18857676b3e /mk
parent19600b2825e0d12d71eb2f842623019525c31117 (diff)
downloadfbida-433cbde4e8a7fd1844ef38e8ed13342e97ef9a7a.tar.gz
fix debian/ubuntu build issue
Diffstat (limited to 'mk')
-rw-r--r--mk/Autoconf.mk2
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