From 46d86ca4fdf1e3481a1d3f52c5e827faafaecc05 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Oct 2010 13:33:11 +0200 Subject: Don't go into the tests directory in distribution --- dist/nmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/nmakefile') 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 $@" -- cgit v1.1