diff options
Diffstat (limited to 'sfx2/CustomTarget_classification.mk')
-rw-r--r-- | sfx2/CustomTarget_classification.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/CustomTarget_classification.mk b/sfx2/CustomTarget_classification.mk index 4ecc1e750126..7b62be0548d6 100644 --- a/sfx2/CustomTarget_classification.mk +++ b/sfx2/CustomTarget_classification.mk @@ -10,7 +10,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,sfx2/classification)) sfx2_classification_SRC := $(SRCDIR)/sfx2/classification -sfx2_classification_WORK := $(call gb_CustomTarget_get_workdir,sfx2/classification) +sfx2_classification_WORK := $(gb_CustomTarget_workdir)/sfx2/classification sfx2_classification_GEN_example_validated=$(sfx2_classification_WORK)/example.validated sfx2_classification_XMLLINTCOMMAND := $(call gb_ExternalExecutable_get_command,xmllint) |