From: Sandro Santilli Date: Tue, 13 Dec 2011 09:58:54 +0000 (+0000) Subject: Encode dependency of upgrade script from the tool generating it X-Git-Tag: 2.0.0alpha1~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27c9c6db3c9eedfcddd7bfd81c742dd0a94dce49;p=postgis Encode dependency of upgrade script from the tool generating it git-svn-id: http://svn.osgeo.org/postgis/trunk@8377 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/Makefile.in b/postgis/Makefile.in index dbabe7589..951e5f655 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -111,6 +111,7 @@ $(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a postgis_upgrade_20_minor.sql.in: postgis_drop_before.sql.in.c postgis.sql cat $^ > $@ +postgis_upgrade_20_minor.sql: ../utils/postgis_proc_upgrade.pl postgis_upgrade_20_minor.sql: postgis_upgrade_20_minor.sql.in $(PERL) ../utils/postgis_proc_upgrade.pl $< 2.0 > $@