diff options
author | Steve Huston <shuston@riverace.com> | 1999-03-02 21:42:09 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-03-02 21:42:09 +0000 |
commit | d3956c971f0f004996887a97559dd697731aa89c (patch) | |
tree | 5aef62732c75e3379434188e5d89f166690ee409 /tests | |
parent | 7eb2ba013685fb13cc8b61ffb3d75f329c1b7f3a (diff) | |
download | ATCD-d3956c971f0f004996887a97559dd697731aa89c.tar.gz |
Use $(MAKE) to reinvoke make.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index a4f81d5ae94..1c47c7889fc 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -107,7 +107,7 @@ endif # Local targets #---------------------------------------------------------------------------- DLL_TEST: - make -f Makefile.DLL + $(MAKE) -f Makefile.DLL all: $(VBIN) DLL_TEST #---------------------------------------------------------------------------- |