]> granicus.if.org Git - postgis/commitdiff
#1564 fix typo in cat call preventing other files from being concatenated
authorRegina Obe <lr@pcorp.us>
Fri, 10 Feb 2012 01:21:59 +0000 (01:21 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 10 Feb 2012 01:21:59 +0000 (01:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9139 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis_topology/Makefile.in

index a0a1c1a6c60351ea94488c0c43c62453ae427866..2470eb78ea01b30b413e0eadbcbe95cac3eb3353 100644 (file)
@@ -76,7 +76,7 @@ sql/topology_upgrade_minor.sql:  sql_bits/topology.sql
        
 sql_minor_upgrade: ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql
        for OLD_VERSION in $(UPGRADEABLE_VERSIONS); do \
-         cat $< > sql/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
+         cat $^ > sql/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
        done
 
 DATA = $(wildcard sql/*--*.sql) sql/$(EXTENSION)--$(EXTVERSION).sql