diff --git a/src/functionObjects/graphics/Allwmake b/src/functionObjects/graphics/Allwmake index a4a8f46b9b..5e531d4629 100755 --- a/src/functionObjects/graphics/Allwmake +++ b/src/functionObjects/graphics/Allwmake @@ -1,8 +1,11 @@ #!/bin/sh cd ${0%/*} || exit 1 # Run from this directory +. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments #------------------------------------------------------------------------------ - -runTimePostProcessing/Allwmake $* +if [ "$targetType" != "objects" ] +then + runTimePostProcessing/Allwmake $* +fi #------------------------------------------------------------------------------