# HG changeset patch # User Matt Johnston # Date 1168485223 0 # Node ID fb54020f78e1c5fb909a732ae57974e63dd9fe80 # Parent 4663ced4968f85be9a93ab91dff662b7ea32406d %s/ranlib/$(RANLIB)/ diff -r 4663ced4968f -r fb54020f78e1 Makefile.in --- a/Makefile.in Thu Jan 11 03:13:04 2007 +0000 +++ b/Makefile.in Thu Jan 11 03:13:43 2007 +0000 @@ -87,7 +87,7 @@ $(LIBNAME): $(OBJECTS) $(AR) $(ARFLAGS) $@ $(OBJECTS) - ranlib $@ + $(RANLIB) $@ #make a profiled library (takes a while!!!) # @@ -110,7 +110,7 @@ rm -f *.o ltmtest $(CC) $(CFLAGS) -fbranch-probabilities -DTESTING -c mpi.c -o mpi.o $(AR) $(ARFLAGS) $(LIBNAME) mpi.o - ranlib $(LIBNAME) + $(RANLIB) $(LIBNAME) install: $(LIBNAME) install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)