]> granicus.if.org Git - postgis/commitdiff
fix raster build dependencies to get travis happy
authorDarafei Praliaskouski <me@komzpa.net>
Mon, 25 Dec 2017 04:07:52 +0000 (04:07 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Mon, 25 Dec 2017 04:07:52 +0000 (04:07 +0000)
Closes https://github.com/postgis/postgis/pull/177

git-svn-id: http://svn.osgeo.org/postgis/trunk@16186 b70326c6-7e19-0410-871a-916f4a2858ee

raster/Makefile.in

index f2e30f5766aa2700a04c1d0c7b1208d431cb9d4f..d61861faf9e30c042ce15cf023c11d38cec6543f 100644 (file)
@@ -24,10 +24,10 @@ all: @RT_CORE_LIB@ @RT_PG_LIB@ @RT_LOADER@ @RT_POSTGIS_SQL@
 corelib:
        $(MAKE) -C rt_core
 
-pglib:
+pglib: corelib
        $(MAKE) -C rt_pg
 
-rtloader:
+rtloader: corelib
        $(MAKE) -C loader
 
 rtpostgis.sql: