aboutsummaryrefslogtreecommitdiff
path: root/dist/nmakefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-18 13:33:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-18 13:33:11 +0200
commit46d86ca4fdf1e3481a1d3f52c5e827faafaecc05 (patch)
tree70086b0a77368ecc40db9b6b0f1c7ed727ca9b02 /dist/nmakefile
parent3e39d0e02bf58ed7e867f6520ab377d86de94758 (diff)
Don't go into the tests directory in distribution
Diffstat (limited to 'dist/nmakefile')
-rw-r--r--dist/nmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/nmakefile b/dist/nmakefile
index 146acc6..575cc93 100644
--- a/dist/nmakefile
+++ b/dist/nmakefile
@@ -9,9 +9,9 @@ test:
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile $@" || exit 1
gen:
- @for %i in ( $(dirs) tests ) do \
+ @for %i in ( $(dirs) ) do \
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile $@" || exit 1
clean cleanobj:
- @for %i in ( $(dirs) tests ) do \
+ @for %i in ( $(dirs) ) do \
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile $@"