diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -518,7 +518,7 @@ endef define HARDLINK $(call ABBREV3,HARDLINK,$(1),$(2)) - $(call SH,$(LN) -f $(1) $(2)) + $(call SH,$(LN) -f $(1) $(2) || printf "(HARDLINK failed)\n") endef PREINSTALL := : |