[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / gnuplot

Diff for /OpenXM/src/gnuplot/Makefile between version 1.7 and 1.8

version 1.7, 2000/02/07 11:11:15 version 1.8, 2004/02/22 13:58:58
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/gnuplot/Makefile,v 1.6 2000/02/01 10:23:33 maekawa Exp $  # $OpenXM: OpenXM/src/gnuplot/Makefile,v 1.7 2000/02/07 11:11:15 ohara Exp $
   
 GNUPLOT = ../../../OpenXM_contrib/gnuplot  GNUPLOT = ../../../OpenXM_contrib/gnuplot
 CURDIR = ../../OpenXM/src/gnuplot  CURDIR = ../../OpenXM/src/gnuplot
Line 34  distclean:
Line 34  distclean:
   
 configure: patch  configure: patch
         @if [ ! -f $(GNUPLOT)/.configure_done ]; then \          @if [ ! -f $(GNUPLOT)/.configure_done ]; then \
                 (cd $(GNUPLOT) ; ./configure --with-x) \                  (cd $(GNUPLOT) ; ./configure --with-x) ; \
                   (cd $(GNUPLOT) ; make distclean) ; \
                   (cd $(GNUPLOT) ; ./configure --with-x) ; \
         fi          fi
         @touch $(GNUPLOT)/.configure_done          @touch $(GNUPLOT)/.configure_done
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>