home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / WHICH / HP700 / WHICH. < prev   
Encoding:
Text File  |  1998-07-24  |  678 b   |  20 lines

  1. *** Makefile.orig    Fri Oct 30 05:58:04 1992
  2. --- Makefile    Wed Dec  9 11:02:18 1992
  3. ***************
  4. *** 1,7 ****
  5.   # Makefile for <installdir>/bin/which
  6.   # If your operating system does not support multiple groups (see getgroups(2)
  7.   # on BSD-derivatives), comment out the next line.
  8. ! MULTIPLE_GROUPS=-DMULTIPLE_GROUPS
  9.   
  10.   which:        which6.c
  11.           cc -O $(MULTIPLE_GROUPS) -o which which6.c
  12. --- 1,7 ----
  13.   # Makefile for <installdir>/bin/which
  14.   # If your operating system does not support multiple groups (see getgroups(2)
  15.   # on BSD-derivatives), comment out the next line.
  16. ! #MULTIPLE_GROUPS=-DMULTIPLE_GROUPS
  17.   
  18.   which:        which6.c
  19.           cc -O $(MULTIPLE_GROUPS) -o which which6.c
  20.