$NetBSD: patch-ab,v 1.7 1999/04/07 10:25:11 agc Exp $ Avoid ugly "-n\n" output on Solaris. --- config/Makefile.top.in 1999/04/07 10:14:34 1.1 +++ config/Makefile.top.in 1999/04/07 10:17:30 @@ -55,17 +55,20 @@ ## These next lines look really ugly. The echo statements are an ## attempt to make the output look a little nicer. The "echo -n" ## statements create a two-space indent at the beginning of the line. +## They also don't work properly on Solaris (unless you have the +## lottery of having /usr/ucb/echo found before /bin/echo in your +## PATH), so delete them for just now. install: xosview - @echo "Installing executable..."; echo -n " " + @echo "Installing executable..." @INSTALL_PROGRAM@ @INSTALL_ARGS@ xosview $(BINDIR) - @echo "Installing application defaults..."; echo -n " " + @echo "Installing application defaults..." @INSTALL_DATA@ Xdefaults $(XAPPLOADDIR)/XOsview @echo "Making sure $(MANDIR) exists..." @if [ ! -d $(MANDIR) ]; then \ echo "Making $(MANDIR)..."; \ mkdir $(MANDIR); \ fi - @echo "Installing man page..."; echo -n " " + @echo "Installing man page..." @INSTALL_DATA@ xosview.1 $(MANDIR) install-man: