From: Sandro Santilli Date: Wed, 10 Jul 2019 22:49:56 +0000 (+0000) Subject: Fix Makefile override warning X-Git-Tag: 3.0.0alpha4~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b56e2a73db08ed9aaa0a3d0f3d6595a80efebff5;p=postgis Fix Makefile override warning Fixes the following: warning: overriding recipe for target 'check' .../pgxs.mk:276: warning: ignoring old recipe for target 'check' git-svn-id: http://svn.osgeo.org/postgis/trunk@17590 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/Makefile.in b/topology/Makefile.in index 264bf06b3..971093992 100644 --- a/topology/Makefile.in +++ b/topology/Makefile.in @@ -133,8 +133,10 @@ topology.sql: \ uninstall_topology.sql: topology.sql ../utils/create_undef.pl $(PERL) ../utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@ -check: topology.sql - $(MAKE) -C test $@ +check-local: topology.sql + $(MAKE) -C test check + +check: check-local distclean: clean rm -f Makefile test/Makefile