From 816857ead2d3ec8e249360f7c2fb95b50ee3612d Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 9 Aug 2016 06:15:51 -0700 Subject: [PATCH] Fix spurious "Make install to..." guidance ... during make install. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b707a8407..00c604e71 100644 --- a/Makefile.in +++ b/Makefile.in @@ -236,8 +236,8 @@ show-%: # all: show-CXX show-CXXFLAGS $(PROGRAMS) $(user_doc) $(share_man) $(TRANSLATIONS) fish.pc share/__fish_build_paths.fish @echo $(MAKECMDGOALS) | grep -q install || \ - echo "\n$(T_GREEN)fish has now been built.$(T_RESET)"; \ - echo "$(T_BOLD)Run $(T_RESET)$(T_YELLOWB)$(notdir $(MAKE)) install$(T_RESET)$(T_BOLD) to install fish.$(T_RESET)"; true + echo "\n $(T_GREEN)fish has now been built.$(T_RESET)\n" \ + "$(T_BOLD)Run $(T_RESET)$(T_YELLOWB)$(notdir $(MAKE)) install$(T_RESET)$(T_BOLD) to install fish.$(T_RESET)"; true .PHONY: all #