home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / config / mh-lynxrs6k < prev    next >
Encoding:
Text File  |  1996-01-12  |  236 b   |  9 lines

  1. # LynxOS running on the rs6000 doesn't have ranlib
  2. RANLIB = true
  3.  
  4. # /bin/cc is less than useful for our purposes.  Always use GCC
  5. CC = /usr/cygnus/progressive/bin/gcc
  6.  
  7. # /bin/sh is too buggy, so use /bin/bash instead.
  8. SHELL = /bin/bash
  9.