=================================================================== RCS file: /home/cvs/OpenXM/src/gnuplot-diff/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM/src/gnuplot-diff/Attic/Makefile 1999/11/16 14:39:09 1.2 +++ OpenXM/src/gnuplot-diff/Attic/Makefile 1999/11/16 17:44:59 1.3 @@ -3,11 +3,12 @@ BINDIR = ../../bin all : (cd $(GNUPLOT) ; patch < ../gnuplot-diff/plot.c.diff) - (cd $(GNUPLOT) ; ./configure ; make ) + (cd $(GNUPLOT) ; ./configure --with-x ; make ) /bin/rm -f $(BINDIR)/gnuplot4ox mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot4ox + mv $(GNUPLOT)/gnuplot_x11 $(BINDIR)/gnuplot_x11 clean : (cd $(GNUPLOT) ; mv ./plot.c.orig plot.c) (cd $(GNUPLOT) ; make distclean ) - /bin/rm -f $(BINDIR)/gnuplot4ox + /bin/rm -f $(BINDIR)/gnuplot4ox $(BINDIR)/gnuplot_x11