mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Prevent unnecessary relinks when TARGET_REGTESTS = yes
svn path=/trunk/; revision=9428
This commit is contained in:
parent
0e7124da95
commit
8f30493913
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: helper.mk,v 1.61 2004/05/10 18:02:19 gvg Exp $
|
||||
# $Id: helper.mk,v 1.62 2004/05/17 19:45:10 gvg Exp $
|
||||
#
|
||||
# Helper makefile for ReactOS modules
|
||||
# Variables this makefile accepts:
|
||||
|
@ -977,7 +977,7 @@ endif
|
|||
|
||||
REGTEST_TESTS = $(wildcard tests/tests/*.c)
|
||||
|
||||
$(REGTEST_TARGETS): $(REGTEST_TESTS) $(REGTESTS)
|
||||
$(REGTEST_TARGETS): $(REGTEST_TESTS)
|
||||
ifeq ($(MK_MODE),user)
|
||||
$(REGTESTS) ./tests/tests ./tests/_regtests.c ./tests/Makefile.tests -u ./tests/_rtstub.c
|
||||
$(MAKE) -C tests TARGET_REGTESTS=no all
|
||||
|
|
Loading…
Reference in a new issue