home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / PCAL / RS6000 / PCAL. next >
Encoding:
Text File  |  1998-07-24  |  500 b   |  20 lines

  1. *** Makefile.rtr    Mon Nov 23 06:29:18 1992
  2. --- Makefile    Mon Nov 23 06:30:59 1992
  3. ***************
  4. *** 4,10 ****
  5.   
  6.   # Set the configuration variables below to taste.
  7.   
  8. ! CC    = /bin/cc
  9.   MANDIR    = <installsharedir>/man
  10.   COPTS    =
  11.   OBJECTS = pcal.o exprpars.o moonphas.o pcalutil.o readfile.o writefil.o
  12. --- 4,10 ----
  13.   
  14.   # Set the configuration variables below to taste.
  15.   
  16. ! CC    = gcc
  17.   MANDIR    = <installsharedir>/man
  18.   COPTS    =
  19.   OBJECTS = pcal.o exprpars.o moonphas.o pcalutil.o readfile.o writefil.o
  20.