X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/9d0eb6122d00782812ec7d4f0926007f5ac5c6ec..afe9c73937da1c89938bbe7850831d9dc02cffea:/Makefile 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' < $< > $@