--- old/make/common/MakeBase.gmk 2017-10-16 11:15:38.080398440 +0200 +++ new/make/common/MakeBase.gmk 2017-10-16 11:15:37.852390370 +0200 @@ -500,20 +500,20 @@ # so we fall back on regular copy, which isn't preserving symlinks. define install-file $(call MakeDir, $(@D)) - $(RM) "$(call DecodeSpace, $@)" - if [ "$(call DecodeSpace, $(dir $@))" != \ - "$(call DecodeSpace, $(dir $(call EncodeSpace, $<)))" ]; then \ - $(CP) -f -r -P "$(call DecodeSpace, $<)" "$(call DecodeSpace, $(@D))"; \ - if [ "$(call DecodeSpace, $(@F))" != \ - "$(call DecodeSpace, $(notdir $(call EncodeSpace, $(<))))" ]; then \ - $(MV) "$(call DecodeSpace, $(@D)/$(