From 97fb73fc52412705d46cc89aae72ab8cf77f7420 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 19 Jun 2017 20:35:14 +0000 Subject: [PATCH] Style only change: remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15434 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/Makefile.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/postgis/Makefile.in b/postgis/Makefile.in index 12b102157..9dd7b0af0 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -27,7 +27,7 @@ MODULE_big=postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ MODULEDIR=contrib/$(MODULE_big) # Files to be copied to the contrib/ directory -SQL_built=postgis.sql postgis_for_extension.sql uninstall_postgis.sql postgis_upgrade.sql postgis_upgrade_for_extension.sql postgis_proc_set_search_path.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql +SQL_built=postgis.sql postgis_for_extension.sql uninstall_postgis.sql postgis_upgrade.sql postgis_upgrade_for_extension.sql postgis_proc_set_search_path.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql DATA=../spatial_ref_sys.sql # SQL objects (files requiring pre-processing) @@ -186,11 +186,11 @@ $(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postg # Get protobuf-c compiler command PROTOCC=@PROTOCC@ -# Generate Mapbox Vector Tile encoder/decoder using protobuf-c compiler +# Generate Mapbox Vector Tile encoder/decoder using protobuf-c compiler vector_tile.pb-c.c vector_tile.pb-c.h: vector_tile.proto $(PROTOCC) --c_out=. $< -# Generate Geobuf encoder/decoder using protobuf-c compiler +# Generate Geobuf encoder/decoder using protobuf-c compiler geobuf.pb-c.c geobuf.pb-c.h: geobuf.proto $(PROTOCC) --c_out=. $< @@ -207,10 +207,10 @@ endif %.sql: %.sql.in $(SQLPP) -I../libpgcommon $< | grep -v '^#' | \ $(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@'g;s'@extschema@\.''g" > $@ - + postgis_upgrade_for_extension.sql: postgis_drop_before.sql postgis_upgrade_for_extension.sql.in postgis_drop_after.sql cat $^ >> $@ - + postgis_for_extension.sql: postgis.sql.in $(SQLPP) -I../libpgcommon $< | grep -v '^#' | \ $(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@'g" > $@ @@ -218,10 +218,10 @@ postgis_for_extension.sql: postgis.sql.in #this is redundant but trying to fold in with extension just hangs postgis_upgrade.sql.in: postgis.sql ../utils/postgis_proc_upgrade.pl $(PERL) ../utils/postgis_proc_upgrade.pl $< UNUSED > $@ - + postgis_upgrade_for_extension.sql.in: postgis_for_extension.sql ../utils/postgis_proc_upgrade.pl $(PERL) ../utils/postgis_proc_upgrade.pl $< UNUSED > $@ - + postgis_proc_set_search_path.sql: postgis.sql ../utils/postgis_proc_set_search_path.pl $(PERL) ../utils/postgis_proc_set_search_path.pl $< UNUSED > $@ @@ -230,7 +230,7 @@ postgis_upgrade.sql: postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop cat $^ >> $@ echo "COMMIT;" >> $@ -sfcgal_upgrade.sql.in: sfcgal.sql ../utils/postgis_proc_upgrade.pl +sfcgal_upgrade.sql.in: sfcgal.sql ../utils/postgis_proc_upgrade.pl $(PERL) ../utils/postgis_proc_upgrade.pl $< UNUSED > $@ sfcgal_upgrade.sql: sfcgal_upgrade.sql.in postgis_drop_after.sql -- 2.50.1