[gdal-dev] kmlsuperoverlay breaks the trunk

Frank Warmerdam warmerdam at pobox.com
Sun Oct 10 23:03:37 EDT 2010


Antonio Valentino wrote:
> Hi Ari,
> the following mini-patch should fix the issue:
> 
> 
> Index: gdal/frmts/kmlsuperoverlay/GNUmakefile
> ===================================================================
> --- gdal/frmts/kmlsuperoverlay/GNUmakefile	(revisione 20798)
> +++ gdal/frmts/kmlsuperoverlay/GNUmakefile	(copia locale)
> @@ -10,4 +10,5 @@
>  clean:
>  	rm -f *.o $(O_OBJ)
>  
> -install-obj:	$(O_OBJ)
> +#install-obj:	$(O_OBJ)
> +install-obj:	$(O_OBJ:.o=.$(OBJ_EXT))

Antonio / Ari,

Thanks for identifying the issue.  I have applied a variation of this
change (http://trac.osgeo.org/gdal/changeset/20807).

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the gdal-dev mailing list