IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2004, 2:30:56 PM (22 years ago)
Author:
eugene
Message:

mods to makefiles to fix solaris compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Configure.in

    r2510 r2833  
    2323# prefered C compiler
    2424CC   = gcc -g -O
     25
     26# select the appropriate version of ranlib
     27RANLIB-sol = touch
     28RANLIB-linux = ranlib
     29RANLIB-lin64 = ranlib
     30RANLIB = $(RANLIB-$(ARCH))
Note: See TracChangeset for help on using the changeset viewer.