makefiles: Move all the recursion rules to the top-level makefile.
diff --git a/Maketest.rules.in b/Maketest.rules.in
index 2cd642b..49d799a 100644
--- a/Maketest.rules.in
+++ b/Maketest.rules.in
@@ -31,6 +31,8 @@
 $(MODULE) $(MODULE).so: $(OBJS) Makefile.in
 	$(WINEGCC) $(APPMODE) $(OBJS) -o $@ $(LIBPORT) $(ALL_LIBS)
 
+.PHONY: check test testclean crosstest
+
 # Rules for building test list
 
 testlist.c: Makefile.in $(MAKECTESTS)