From: Darafei Praliaskouski Date: Mon, 25 Dec 2017 04:07:52 +0000 (+0000) Subject: fix raster build dependencies to get travis happy X-Git-Tag: 2.5.0alpha~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dc8848d1e6cac7df9c15b83d1ee5b8602c5cf70;p=postgis fix raster build dependencies to get travis happy Closes https://github.com/postgis/postgis/pull/177 git-svn-id: http://svn.osgeo.org/postgis/trunk@16186 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/Makefile.in b/raster/Makefile.in index f2e30f576..d61861faf 100644 --- a/raster/Makefile.in +++ b/raster/Makefile.in @@ -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: