[postgis-tickets] r17296 - Fix default makefile rule for raster pg lib

Sandro Santilli strk at kbt.io
Wed Mar 6 07:24:50 PST 2019


Author: strk
Date: 2019-03-06 07:24:50 -0800 (Wed, 06 Mar 2019)
New Revision: 17296

Modified:
   trunk/raster/rt_pg/Makefile.in
Log:
Fix default makefile rule for raster pg lib

Might fix a long-standing issue with raster showing to require
procs upgrade when it is not really true...

Modified: trunk/raster/rt_pg/Makefile.in
===================================================================
--- trunk/raster/rt_pg/Makefile.in	2019-03-06 15:14:40 UTC (rev 17295)
+++ trunk/raster/rt_pg/Makefile.in	2019-03-06 15:24:50 UTC (rev 17296)
@@ -38,9 +38,6 @@
 # SQL objects (files requiring pre-processing)
 SQL_OBJS=rtpostgis.sql rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql rtpostgis_legacy.sql
 
-# Utility rule for use from outside
-sql_objs: $(DATA_built)
-
 # Objects to build using PGXS
 OBJS = \
 	rtpostgis.o \
@@ -90,6 +87,9 @@
 NO_TEMP_INSTALL=yes
 include $(PGXS)
 
+# Utility rule for use from outside
+sql_objs: $(DATA_built)
+
 # Set PERL _after_ the include of PGXS
 PERL=@PERL@
 



More information about the postgis-tickets mailing list