home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / GETOPT / I386 / GETOPT. next >
Text File  |  1998-07-24  |  490b  |  18 lines

  1. *** Makefile.rtr    Sat Nov 28 21:24:47 1992
  2. --- Makefile    Sat Nov 28 21:26:30 1992
  3. ***************
  4. *** 1,6 ****
  5.   # Pick one
  6. ! CFLAGS    = -O -DINDEX=index
  7. ! #CFLAGS    = -O -DINDEX=strchr
  8.   # Pick one
  9.   M    = <installsharedir>/man/man1/getopt.1
  10.   #M    = /usr/man/u_man/man1/getopt.1#  Is this path right?
  11. --- 1,6 ----
  12.   # Pick one
  13. ! #CFLAGS    = -O -DINDEX=index
  14. ! CFLAGS    = -O -DINDEX=strchr
  15.   # Pick one
  16.   M    = <installsharedir>/man/man1/getopt.1
  17.   #M    = /usr/man/u_man/man1/getopt.1#  Is this path right?
  18.