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

  1. *** Makefile.orig    Mon Nov 23 10:18:36 1992
  2. --- Makefile    Mon Nov 23 10:21:35 1992
  3. ***************
  4. *** 28,34 ****
  5.   DEPEND=        /usr/bin/X11/makedepend
  6.   COMPILE_ET=     ../com_err/compile_et
  7.   LINT=         lint
  8. ! MALLOC=
  9. ! DEFINES=    $(MALLOC)
  10.   
  11.   
  12. --- 28,34 ----
  13.   DEPEND=        /usr/bin/X11/makedepend
  14.   COMPILE_ET=     ../com_err/compile_et
  15.   LINT=         lint
  16. ! MALLOC=        -DMALLOC_0_RETURNS_NULL
  17. ! DEFINES=    $(MALLOC) -D_BSD
  18.   
  19.   
  20.