From 4ad9cc585b15a2cac97b6b506e6791b1ce94d865 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 1 Dec 2009 19:04:16 +0000 Subject: [PATCH] build into FOAM_APPBIN, not FOAM_USER_APPBIN --- applications/solvers/multiphase/porousInterFoam/Make/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/multiphase/porousInterFoam/Make/files b/applications/solvers/multiphase/porousInterFoam/Make/files index 69c1a9b9..dda65f11 100644 --- a/applications/solvers/multiphase/porousInterFoam/Make/files +++ b/applications/solvers/multiphase/porousInterFoam/Make/files @@ -1,3 +1,3 @@ porousInterFoam.C -EXE = $(FOAM_USER_APPBIN)/porousInterFoam +EXE = $(FOAM_APPBIN)/porousInterFoam -- 2.11.4.GIT