diff options
Diffstat (limited to 'vcl/CustomTarget_nativecode.mk')
-rw-r--r-- | vcl/CustomTarget_nativecode.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/CustomTarget_nativecode.mk b/vcl/CustomTarget_nativecode.mk index debd9ef09de5..115b0a7adb87 100644 --- a/vcl/CustomTarget_nativecode.mk +++ b/vcl/CustomTarget_nativecode.mk @@ -8,11 +8,11 @@ $(eval $(call gb_CustomTarget_CustomTarget,vcl/workben)) -wmffuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python) +fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python) -wmffuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-code.cxx +fuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-code.cxx -$(wmffuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir - $(call gb_Helper_abbreviate_dirs, $(wmffuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core) > $@ +$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_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: |