From: Regina Obe Date: Fri, 10 Feb 2012 01:21:59 +0000 (+0000) Subject: #1564 fix typo in cat call preventing other files from being concatenated X-Git-Tag: 2.0.0alpha5~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=079f9b49722dfaedbf19c605a42593085066fb4a;p=postgis #1564 fix typo in cat call preventing other files from being concatenated git-svn-id: http://svn.osgeo.org/postgis/trunk@9139 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/postgis_topology/Makefile.in b/extensions/postgis_topology/Makefile.in index a0a1c1a6c..2470eb78e 100644 --- a/extensions/postgis_topology/Makefile.in +++ b/extensions/postgis_topology/Makefile.in @@ -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