Commit in reactos/tools on MAIN
helper.mk+2-21.56 -> 1.57

- Be a bit more specific in the dependencies for the regression tests.

reactos/tools
helper.mk 1.56 -> 1.57
diff -u -r1.56 -r1.57
--- helper.mk	22 Feb 2004 18:53:38 -0000	1.56
+++ helper.mk	2 Mar 2004 20:29:16 -0000	1.57
@@ -1,4 +1,4 @@
-# $Id: helper.mk,v 1.56 2004/02/22 18:53:38 dwelch Exp $
+# $Id: helper.mk,v 1.57 2004/03/02 20:29:16 dwelch Exp $
 #
 # Helper makefile for ReactOS modules
 # Variables this makefile accepts:
@@ -943,7 +943,7 @@
 $(MK_RESOURCE): $(MK_RC_BINARIES)
 endif
 
-$(REGTEST_TARGETS): tests/tests/* $(REGTESTS)
+$(REGTEST_TARGETS): tests/tests/*.c $(REGTESTS)
 ifeq ($(MK_MODE),user)
 	$(REGTESTS) ./tests/tests ./tests/_regtests.c ./tests/Makefile.tests -u ./tests/_rtstub.c
 	$(MAKE) -C tests TARGET_REGTESTS=no all
CVSspam 0.2.8