]> granicus.if.org Git - postgis/commitdiff
Really generate system_ref_sys config dump for extension
authorSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 14:18:58 +0000 (14:18 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 14:18:58 +0000 (14:18 +0000)
See #3443

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

extensions/postgis/Makefile.in

index 1086ee46f634f8c8314d39245c6569433acbfb1d..05b9550cab461fc138f58b9cb1b81c7e446748d0 100644 (file)
@@ -73,7 +73,7 @@ sql_bits/rtpostgis.sql: ../../raster/rt_pg/rtpostgis.sql
        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 $< > $@
 
 sql_bits/rtpostgis_upgrade.sql: ../../raster/rt_pg/rtpostgis_upgrade.sql
        sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' \