diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/CppunitTest_pdfimport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk index e503ad707878..9c29186e9599 100644 --- a/sdext/CppunitTest_pdfimport.mk +++ b/sdext/CppunitTest_pdfimport.mk @@ -28,7 +28,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,sdext_pdfimport)) $(eval $(call gb_CppunitTest_add_defs,sdext_pdfimport,\ - -DPDFIMPORT_EXECUTABLE_LOCATION=\"$(call gb_CppunitTarget__make_url,\ + -DPDFIMPORT_EXECUTABLE_LOCATION=\"$(call gb_Helper_make_url,\ $(dir $(call gb_Executable_get_target,xpdfimport)))\" \ )) |