commit | 93f03393875d241d339289ac559921684b76efc6 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Feb 10 20:27:52 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 11 14:38:26 2010 +0100 |
tree | 16203fef9617d4d3b5bc3cfc2c3c60e7c422b9bb | |
parent | 52c400e97e031b8c7d0556e83119c67c2576e314 [diff] [blame] |
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)