]> granicus.if.org Git - postgis/commitdiff
Fix Makefile override warning
authorSandro Santilli <strk@kbt.io>
Wed, 10 Jul 2019 22:49:56 +0000 (22:49 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 10 Jul 2019 22:49:56 +0000 (22:49 +0000)
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

topology/Makefile.in

index 264bf06b3a2a63a08e236b93d67cbc9401d879ab..97109399267d03201818650f20d45336c5a5e4db 100644 (file)
@@ -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