=================================================================== RCS file: /home/cvs/OpenXM/src/gnuplot-diff/Attic/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- OpenXM/src/gnuplot-diff/Attic/Makefile 1999/11/22 08:02:10 1.7 +++ OpenXM/src/gnuplot-diff/Attic/Makefile 1999/11/22 08:38:25 1.8 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/src/gnuplot-diff/Makefile,v 1.6 1999/11/19 16:39:29 maekawa Exp $ +# $OpenXM: OpenXM/src/gnuplot-diff/Makefile,v 1.7 1999/11/22 08:02:10 maekawa Exp $ GNUPLOT = ../gnuplot CURDIR = ../gnuplot-diff @@ -11,8 +11,8 @@ all : patch @touch $(CURDIR)/.make_done install: all - cp $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot4ox - cp $(GNUPLOT)/gnuplot_x11 $(BINDIR)/gnuplot_x11 + install -c -s $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot4ox + install -c -s $(GNUPLOT)/gnuplot_x11 $(BINDIR)/gnuplot_x11 clean : patch-clean @if [ -f $(CURDIR).make_done ]; then \