X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/c6948b48e6869569afd677b23ad370463c669ee5..1c3c38f2cabf83ede5ee199d84cc42aed9514562:/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' < $< > $@