--- rpl/tools/Makefile.am 2014/10/01 08:46:01 1.120 +++ rpl/tools/Makefile.am 2014/10/05 19:53:16 1.121 @@ -69,9 +69,11 @@ all: touch openmotif.lib; \ else \ echo -n LD_MOTIF_ > openmotif.lib; \ - grep "^LIBS=" @OPENMOTIF@/config.log | tr -d "'" >> openmotif.lib; \ + grep "^LIBS=" @OPENMOTIF@/config.log | \ + tr -d "'" >> openmotif.lib; \ echo -n LD_MOTIF_ >> openmotif.lib; \ - grep "^X_XMU" @OPENMOTIF@/config.log | tr -d "'" >> openmotif.lib; \ + grep "^X_XMU" @OPENMOTIF@/config.log | \ + tr -d "'" >> openmotif.lib; \ fi if [ x"@GNUPLOT_COMPILATION@" != x ]; then \ $(MAKE) $(AM_MAKEFLAGS) -C @GNUPLOT@ $@; fi