Makefile warning cleaning continued

This commit is contained in:
Christophe De Wagter
2011-11-18 14:57:26 +01:00
parent 3d2bbc2d3a
commit 1587f9db8f
6 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ $(DATADIR):
mkdir $(DATADIR)
$(DATADIR)/maps.google.com: $(DATADIR) FORCE
wget -O $(@) http://maps.google.com/
@echo "DOWNLOAD: google maps version code";
$(Q)wget -q -O $(@) http://maps.google.com/
$(PAPARAZZI_HOME)/conf/maps.xml: $(DATADIR)/maps.google.com
$(Q)echo "<!DOCTYPE maps SYSTEM \"maps.dtd\">" > $(@)