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
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