X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2FMakefile;h=9dd272d5880d25f38459c40422966315453deee3;hb=6c1e197290e63ae6ee17684f12bb48344b10ab53;hp=81b199a70f4c5485a63e44cf44fd5f13c4308d7e;hpb=42bbb9f93fab2576a99b27e009d8f625cd08088f;p=flightgear.git diff --git a/Scenery/Makefile b/Scenery/Makefile index 81b199a70..9dd272d58 100644 --- a/Scenery/Makefile +++ b/Scenery/Makefile @@ -43,6 +43,7 @@ CFLAGS = $(FG_CFLAGS) $(TARGET): $(OFILES) $(HFILES) $(AR) rv $(TARGET) $(OFILES) + $(RANLIB) $(TARGET) all: $(TARGET) @@ -88,6 +89,9 @@ geometry.o: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.15 1997/07/12 02:24:47 curt +# Added ranlib. +# # Revision 1.14 1997/06/29 21:16:47 curt # More twiddling with the Scenery Management system. #