From 0d2491f30ca7bed14aef5b6b0be892dfb457be80 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 5 May 2021 15:35:44 +1000 Subject: don't depend on shp file in Makefile to avoid re-building if our timestamps don't match --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f295eef..c2b8bf3 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ data/vicmap/ll_gda94/sde_shape/whole/VIC/VMPROP/layer/property_view.shp: data/VI data/vicmap-property.fgb: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMPROP/layer/property_view.shp ogr2ogr -f FlatGeobuf -nlt PROMOTE_TO_MULTI $@ $< -data/vicmap.geojson: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp - ogr2ogr -f GeoJSONSeq $@ $< +data/vicmap.geojson: + ogr2ogr -f GeoJSONSeq $@ data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp dist/vicmap-osm.geojson: data/vicmap.geojson ./bin/vicmap2osm.js $< $@ -- cgit v1.2.3