From: curt Date: Sat, 12 Jul 1997 02:24:46 +0000 (+0000) Subject: Added ranlib. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=68d3b7b20c7b0f2ce26d4be15f5317d58b0f0c98;p=simgear.git Added ranlib. --- 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.