]> granicus.if.org Git - postgis/commitdiff
Made new postgis.sql generation procedure the default
authorSandro Santilli <strk@keybit.net>
Wed, 7 Apr 2004 16:23:24 +0000 (16:23 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 7 Apr 2004 16:23:24 +0000 (16:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@500 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index d1543530ef1c498b8e481378eb4003719a4cdce7..ac6aec209baa1174baf1c18ba4cfe099252493d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -157,17 +157,17 @@ include $(top_srcdir)/src/Makefile.shlib
 
 postgis_geos_wrapper.o: postgis_geos_wrapper.cpp
 
-all: all-lib postgis.sql postgis.sql postgis_undef.sql loaderdumper postgis_new.sql
+all: all-lib postgis.sql postgis_old.sql postgis_undef.sql loaderdumper
 
 loaderdumper:
        $(MAKE) -C loader
 
 # Shared library stuff
 
-postgis.sql: postgis_sql_common.sql.in postgis_sql_$(USE_VERSION)_end.sql.in postgis_sql_$(USE_VERSION)_start.sql.in 
+postgis_old.sql: postgis_sql_common.sql.in postgis_sql_$(USE_VERSION)_end.sql.in postgis_sql_$(USE_VERSION)_start.sql.in 
        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
+postgis.sql: postgis.sql.in
        cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's:@MODULE_FILENAME@:$(MODULE_FILENAME):g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g' > $@
 
 postgis_undef.sql: postgis.sql create_undef.pl