X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Simulator%2Fmake.inc;h=7fe13310c6526c165310392f2dd0e4f50d84f870;hb=6c1e197290e63ae6ee17684f12bb48344b10ab53;hp=8a482825da2a7a27c9f827526765b20b1235b7ae;hpb=42bbb9f93fab2576a99b27e009d8f625cd08088f;p=flightgear.git diff --git a/Simulator/make.inc b/Simulator/make.inc index 8a482825d..7fe13310c 100644 --- a/Simulator/make.inc +++ b/Simulator/make.inc @@ -30,12 +30,10 @@ #--------------------------------------------------------------------------- CC = gcc - FLEX = flex -f -L - BISON = bison -v --no-lines - AR = ar +RANLIB = echo #--------------------------------------------------------------------------- @@ -105,6 +103,9 @@ GRAPHICS_LIBS = $(MESA_LIBS) $(X11_LIBS) #--------------------------------------------------------------------------- # $Log$ +# Revision 1.5 1997/07/12 02:25:53 curt +# Added ranlib. +# # Revision 1.4 1997/07/12 02:13:04 curt # Add ftime() support for those that don't have gettimeofday() #