home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / x-lynx < prev    next >
Text File  |  1994-07-11  |  165b  |  7 lines

  1. # /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
  2. CC    = $(OLDCC)
  3. OLDCC    = /bin/gcc
  4.  
  5. # /bin/sh is too buggy, so use /bin/bash instead.
  6. SHELL = /bin/bash
  7.