[gdal-dev] kmlsuperoverlay breaks the trunk

Antonio Valentino antonio.valentino at tiscali.it
Sat Oct 9 10:49:39 EDT 2010


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))



ciao



Il giorno Sat, 09 Oct 2010 15:13:56 +0300
Ari Jolma <ari.jolma at gmail.com> ha scritto:

> make[2]: Entering directory
> `/home/ajolma/dev/gdal/frmts/kmlsuperoverlay' make[2]: *** No rule to
> make target `../o/kmlsuperoverlaydataset.o', needed by
> `install-obj'.  Stop. make[2]: Leaving directory
> `/home/ajolma/dev/gdal/frmts/kmlsuperoverlay' make[1]: ***
> [kmlsuperoverlay-install-obj] Error 2
> 
> Ari
> 
> 
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev



-- 
Antonio Valentino


More information about the gdal-dev mailing list