From: Sandro Santilli Date: Tue, 2 Mar 2004 11:39:50 +0000 (+0000) Subject: cpp call for postgis_new.sql creation uses shell redirection for the output file X-Git-Tag: pgis_0_8_2~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f37606537bee323acfd56762e151e4fa2f8f9fc;p=postgis cpp call for postgis_new.sql creation uses shell redirection for the output file git-svn-id: http://svn.osgeo.org/postgis/trunk@459 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 3caa15c04..a782673ae 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ postgis.sql: postgis_sql_common.sql.in postgis_sql_$(USE_VERSION)_end.sql.in pos cat postgis_sql_$(USE_VERSION)_start.sql.in postgis_sql_common.sql.in postgis_sql_$(USE_VERSION)_end.sql.in | sed -e 's:@MODULE_FILENAME@:$(MODULE_FILENAME):g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g' > $@ postgis_new.sql: postgis.sql.in - cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) -DMODULE_FILENAME="'$(MODULE_FILENAME)'" -DPOSTGIS_VERSION="'$(POSTGIS_VERSION)'" $< $@ + cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) -DMODULE_FILENAME="'$(MODULE_FILENAME)'" -DPOSTGIS_VERSION="'$(POSTGIS_VERSION)'" $< > $@ postgis_undef.sql: postgis.sql create_undef.pl perl create_undef.pl $< $(USE_VERSION) > $@