[postgis-tickets] r14650 - Really generate system_ref_sys config dump for extension

Sandro Santilli strk at keybit.net
Tue Feb 9 06:22:46 PST 2016


Author: strk
Date: 2016-02-09 06:22:46 -0800 (Tue, 09 Feb 2016)
New Revision: 14650

Modified:
   branches/2.2/extensions/postgis/Makefile.in
Log:
Really generate system_ref_sys config dump for extension

Closes #3443

Modified: branches/2.2/extensions/postgis/Makefile.in
===================================================================
--- branches/2.2/extensions/postgis/Makefile.in	2016-02-09 14:18:58 UTC (rev 14649)
+++ branches/2.2/extensions/postgis/Makefile.in	2016-02-09 14:22:46 UTC (rev 14650)
@@ -74,7 +74,7 @@
 	sed -e 's/BEGIN;//g' -e 's/COMMIT;//g'  $< > $@
 
 sql_bits/spatial_ref_sys_config_dump.sql: ../../spatial_ref_sys.sql ../../utils/create_spatial_ref_sys_config_dump.pl
-	: ../../utils/create_spatial_ref_sys_config_dump.pl $< > $@
+	../../utils/create_spatial_ref_sys_config_dump.pl $< > $@
 
 # we need to also drop this temporary function from the extension
 # for casts that are being dropped we need to drop them 



More information about the postgis-tickets mailing list