--- ray/src/cal/Rmakefile 2007/11/24 00:37:26 1.5 +++ ray/src/cal/Rmakefile 2008/05/01 16:42:05 1.6 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 1.5 2007/11/24 00:37:26 greg Exp $ +# RCSid: $Id: Rmakefile,v 1.6 2008/05/01 16:42:05 greg Exp $ # # Compiles for icalc, rcalc, ev, and utilities # @@ -49,7 +49,7 @@ rlam: lam.o $(CC) $(CFLAGS) -o rlam lam.o tabfunc: tabfunc.o - $(CC) $(CFLAGS) -o tabfunc tabfunc.o -lrtrad + $(CC) $(CFLAGS) -o tabfunc tabfunc.o -lrtrad $(MLIB) histo: histo.o $(CC) $(CFLAGS) -o histo histo.o $(MLIB)