diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-22 10:00:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-22 10:00:10 +0100 |
commit | db370e47ce045dafd354a1a1109b49ec60478bce (patch) | |
tree | cc9152c472cd976e735a5ca83600ef6f1787b2d7 /mk/Autoconf.mk | |
parent | ad17d8c58b54aa7e947cfc82fbda9753c1da249c (diff) | |
download | fbida-db370e47ce045dafd354a1a1109b49ec60478bce.tar.gz |
update maintainer targets
Diffstat (limited to 'mk/Autoconf.mk')
-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 a2f6dd3..7608ea5 100644 --- a/mk/Autoconf.mk +++ b/mk/Autoconf.mk @@ -162,7 +162,7 @@ config: Make.config @true Make.config: $(srcdir)/GNUmakefile - @printf "$(make-config-q)" > $@ + @echo -e "$(make-config-q)" > $@ @echo @echo "Make.config written, edit if needed" @echo |