From 9b44034d8c46cf8344725a50cbcf9e6eacb26025 Mon Sep 17 00:00:00 2001 From: henry Date: Mon, 20 Jul 2009 11:02:57 +0100 Subject: [PATCH] Changed more references to wmake/utilbin to wmake/bin. --- bin/foamPack | 4 ++-- bin/foamPackBin | 2 +- bin/foamPackSource | 2 +- wmake/rules/General/sourceToDep | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/foamPack b/bin/foamPack index 3f35f5b57d..a719f9e23e 100755 --- a/bin/foamPack +++ b/bin/foamPack @@ -89,8 +89,8 @@ find -H $packDir \ -e "\@$packDir/lib/@d" \ -e '\@/\.git/@d' \ -e '\@applications/bin/@d' \ - -e '\@wmake/utilbin/@d' \ - -e '\@/t/@d' \ + -e '\@wmake/bin/@d' \ + -e '\@/t/@d' \ -e '\@Make[.A-Za-z]*/[^/]*/@d' \ -e '\@doc/[Dd]oxygen/html@d' \ -e '\@doc/[Dd]oxygen/latex@d' \ diff --git a/bin/foamPackBin b/bin/foamPackBin index 5a60b405a9..00d60ba5f0 100755 --- a/bin/foamPackBin +++ b/bin/foamPackBin @@ -76,7 +76,7 @@ dirList=$( $packDir/lib/$arch \ $packDir/applications/bin/$arch \ $packDir/wmake/rules \ - $packDir/wmake/utilbin/$baseArch \ + $packDir/wmake/bin/$baseArch \ ; do [ -d $dir ] && echo $dir diff --git a/bin/foamPackSource b/bin/foamPackSource index b5e34c8a04..dbb1860bca 100755 --- a/bin/foamPackSource +++ b/bin/foamPackSource @@ -82,7 +82,7 @@ find -H $packDir \ -e '\@/\.git/@d' \ -e '\@/\.tags/@d' \ -e '\@applications/bin/@d' \ - -e '\@wmake/utilbin/@d' \ + -e '\@wmake/bin/@d' \ -e '\@/t/@d' \ -e '\@/Make[.A-Za-z]*/[^/]*/@d'\ -e '\@/platforms/@d' \ diff --git a/wmake/rules/General/sourceToDep b/wmake/rules/General/sourceToDep index f98c8f8cf4..14e95d6eb1 100644 --- a/wmake/rules/General/sourceToDep +++ b/wmake/rules/General/sourceToDep @@ -1,6 +1,6 @@ .SUFFIXES: .c .cc .cxx .cpp .C .F .f .dep -MKDEP = $(UTILBIN)/wmkdep -I$(*D) $(LIB_HEADER_DIRS) +MKDEP = $(BIN)/wmkdep -I$(*D) $(LIB_HEADER_DIRS) .c.dep: $(MAKE_DEP)