=================================================================== RCS file: /home/cvs/OpenXM/src/gnuplot/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM/src/gnuplot/Makefile 2000/02/01 10:23:33 1.6 +++ OpenXM/src/gnuplot/Makefile 2000/02/07 11:11:15 1.7 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/src/gnuplot/Makefile,v 1.5 2000/01/31 05:52:05 noro Exp $ +# $OpenXM: OpenXM/src/gnuplot/Makefile,v 1.6 2000/02/01 10:23:33 maekawa Exp $ GNUPLOT = ../../../OpenXM_contrib/gnuplot CURDIR = ../../OpenXM/src/gnuplot @@ -7,7 +7,7 @@ BINDIR = ../../bin all: configure @if [ ! -f $(GNUPLOT)/.make_done ]; then \ if [ `uname` = "SunOS" ]; then \ - (cd $(GNUPLOT) ; make all LDFLAGS=-lsocket -lnsl ) ; \ + (cd $(GNUPLOT) ; make all LDFLAGS="-lsocket -lnsl" ) ; \ else \ (cd $(GNUPLOT) ; make all) ; \ fi ; \