Diff for /rpl/Makefile.am between versions 1.53 and 1.54

version 1.53, 2012/07/03 09:24:21 version 1.54, 2012/07/04 13:19:40
Line 263  all: $(top_builddir)/tools/@NCURSES@/lib Line 263  all: $(top_builddir)/tools/@NCURSES@/lib
         $(top_builddir)/tools/@UNITS@/units$(EXEEXT) \          $(top_builddir)/tools/@UNITS@/units$(EXEEXT) \
         $(top_builddir)/tools/@SIGSEGV@/src/.libs/@LIB_PREFIX@sigsegv.a \          $(top_builddir)/tools/@SIGSEGV@/src/.libs/@LIB_PREFIX@sigsegv.a \
         @LIBRPLCAS@ @LIBMOTIF@          @LIBRPLCAS@ @LIBMOTIF@
     if [ -n $($(MAKE) -v | grep "^GNU Make") ]; then \      @if [ -n $(shell $(MAKE) -v | grep "^GNU Make") ]; then \
         @echo "Please use GNU Make"; \          echo; \
           echo MAKE=$(MAKE); \
           echo "Please use GNU Make !"; \
           echo; \
         false; \          false; \
     fi      fi
 # Cette règle n'est là que pour forcer la compilation de Gnuplot.  # Cette règle n'est là que pour forcer la compilation de Gnuplot.

Removed from v.1.53  
changed lines
  Added in v.1.54


CVSweb interface <joel.bertrand@systella.fr>