From 68d3b7b20c7b0f2ce26d4be15f5317d58b0f0c98 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 12 Jul 1997 02:24:46 +0000 Subject: [PATCH] Added ranlib. --- Math/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Math/Makefile b/Math/Makefile index 0aaf1692..64d5cddb 100644 --- a/Math/Makefile +++ b/Math/Makefile @@ -42,6 +42,7 @@ CFLAGS = $(FG_CFLAGS) $(TARGET): $(OFILES) $(AR) rv $(TARGET) $(OFILES) + $(RANLIB) $(TARGET) all: $(TARGET) @@ -61,6 +62,9 @@ polar.o: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.9 1997/07/12 02:24:46 curt +# Added ranlib. +# # Revision 1.8 1997/07/07 20:59:48 curt # Working on scenery transformations to enable us to fly fluidly over the # poles with no discontinuity/distortion in scenery. -- 2.39.2