aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/tests/cxx/parser/validation/nmakefile2
-rw-r--r--dist/tests/cxx/serializer/nmakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/tests/cxx/parser/validation/nmakefile b/dist/tests/cxx/parser/validation/nmakefile
index e8a2501..cc26610 100644
--- a/dist/tests/cxx/parser/validation/nmakefile
+++ b/dist/tests/cxx/parser/validation/nmakefile
@@ -10,7 +10,7 @@ dirs = $(dirs) all any attribute choice restriction sequence
!endif
!endif
-all:
+_all:
@for %i in ( $(dirs) ) do \
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile" || exit 1
diff --git a/dist/tests/cxx/serializer/nmakefile b/dist/tests/cxx/serializer/nmakefile
index 2709886..0be5fc3 100644
--- a/dist/tests/cxx/serializer/nmakefile
+++ b/dist/tests/cxx/serializer/nmakefile
@@ -44,7 +44,7 @@ dirs = $(dirs) validation
!endif
-all:
+_all:
@for %i in ( $(dirs) ) do \
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile" || exit 1