]> git.mxchange.org Git - simgear.git/commitdiff
Added ranlib.
authorcurt <curt>
Sat, 12 Jul 1997 02:24:46 +0000 (02:24 +0000)
committercurt <curt>
Sat, 12 Jul 1997 02:24:46 +0000 (02:24 +0000)
Math/Makefile

index 0aaf1692f60ce0de1fa91f20170287376d6a851c..64d5cddb6c7bfa8e82beb90008d940e443d197c4 100644 (file)
@@ -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.