Added ranlib.
This commit is contained in:
parent
b84b36d885
commit
68d3b7b20c
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,7 @@ CFLAGS = $(FG_CFLAGS)
|
||||||
|
|
||||||
$(TARGET): $(OFILES)
|
$(TARGET): $(OFILES)
|
||||||
$(AR) rv $(TARGET) $(OFILES)
|
$(AR) rv $(TARGET) $(OFILES)
|
||||||
|
$(RANLIB) $(TARGET)
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
||||||
|
@ -61,6 +62,9 @@ polar.o:
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.9 1997/07/12 02:24:46 curt
|
||||||
|
# Added ranlib.
|
||||||
|
#
|
||||||
# Revision 1.8 1997/07/07 20:59:48 curt
|
# Revision 1.8 1997/07/07 20:59:48 curt
|
||||||
# Working on scenery transformations to enable us to fly fluidly over the
|
# Working on scenery transformations to enable us to fly fluidly over the
|
||||||
# poles with no discontinuity/distortion in scenery.
|
# poles with no discontinuity/distortion in scenery.
|
||||||
|
|
Loading…
Add table
Reference in a new issue