diff --git a/data/maps/Makefile b/data/maps/Makefile
index 6ceb046a40..fb7b72036a 100644
--- a/data/maps/Makefile
+++ b/data/maps/Makefile
@@ -10,8 +10,8 @@ $(DATADIR)/maps.google.com: $(DATADIR) FORCE
wget -O $(@) http://maps.google.com/
$(PAPARAZZI_HOME)/conf/maps.xml: $(DATADIR)/maps.google.com
- $(Q)echo "\n" > $(@)
- $(Q)echo "" >> $(@)
- $(Q)echo "" >> $(@)
+ $(Q)echo -e "\n" > $(@)
+ $(Q)echo -e "" >> $(@)
+ $(Q)echo -e "" >> $(@)
FORCE: