From 3d90d53230ad9af4bc0c1ea11976f42851e1c294 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 6 Jun 2011 11:44:07 +0100 Subject: [PATCH] ENH: MakefileDirs: specify non-make command --- bin/tools/MakefileDirs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools/MakefileDirs b/bin/tools/MakefileDirs index b67656b6e82..7dda83a399d 100644 --- a/bin/tools/MakefileDirs +++ b/bin/tools/MakefileDirs @@ -36,7 +36,7 @@ application: $(FOAM_TARGETS) $(FOAM_TARGETS): - @(cd $@ && $(FOAM_APP)) + +@(cd $@ && $(FOAM_APP)) #------------------------------------------------------------------------------ -- GitLab