X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/8e8cf48c6ca8936a8e5dd75402110096aa03f46e..afe9c73937da1c89938bbe7850831d9dc02cffea:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 1026829..f54d6dd 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,4 @@ data/tile.openstreetmap.org kml/tile.openstreetmap.org: src/tile.openstreetmap b bin/mkgeo tile.openstreetmap tile.openstreetmap.org data/%: - sed -e 's/$(notdir $<)/$(notdir $@)/g' < $< > $@ + sed -e 's/$(notdir $<):/$(notdir $@):/g' < $< > $@