diff options
Diffstat (limited to 'vcl/CustomTarget_nativecore.mk')
-rw-r--r-- | vcl/CustomTarget_nativecore.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/CustomTarget_nativecore.mk b/vcl/CustomTarget_nativecore.mk index 964e7af1a8d3..3eb6589eaf12 100644 --- a/vcl/CustomTarget_nativecore.mk +++ b/vcl/CustomTarget_nativecore.mk @@ -10,9 +10,9 @@ $(eval $(call gb_CustomTarget_CustomTarget,vcl/workben)) fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python) -fuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-core.cxx +fuzzer_Native_cxx=$(gb_CustomTarget_workdir)/vcl/workben/native-core.cxx -$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir +$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(gb_CustomTarget_workdir)/vcl/workben/.dir $(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core) > $@ # vim: set noet sw=4 ts=4: |