Kaydet (Commit) 8c3af973 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

make clean failed for ExternalLib.mk due to missing ';'

üst 56a12cfb
...@@ -48,7 +48,7 @@ $(call gb_ExternalLib_get_clean_target,$(1)) : ...@@ -48,7 +48,7 @@ $(call gb_ExternalLib_get_clean_target,$(1)) :
$$(call gb_Output_announce,$(1),$(false),MAK,3) $$(call gb_Output_announce,$(1),$(false),MAK,3)
$$(call gb_Helper_abbreviate_dirs,\ $$(call gb_Helper_abbreviate_dirs,\
if test -f $$(call gb_ExternalLib_get_builddir,$(1))/Makefile ; then cd $$(call gb_ExternalLib_get_builddir,$(1)) && make uninstall ; fi ; \ if test -f $$(call gb_ExternalLib_get_builddir,$(1))/Makefile ; then cd $$(call gb_ExternalLib_get_builddir,$(1)) && make uninstall ; fi ; \
rm -f $$(call gb_ExternalLib_get_target,$(1)) \ rm -f $$(call gb_ExternalLib_get_target,$(1)) ; \
rm -rf $(call gb_ExternalLib_get_workdir,$(1))) rm -rf $(call gb_ExternalLib_get_workdir,$(1)))
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment