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

  1. --- Makefile.rtr    Tue Feb  4 14:31:55 1997
  2. +++ Makefile    Tue Feb  4 15:28:28 1997
  3. @@ -28,8 +28,8 @@
  4.  DEPEND=        /usr/bin/X11/makedepend
  5.  COMPILE_ET=     ../com_err/compile_et
  6.  LINT=         lint
  7. -MALLOC=
  8. -DEFINES=    $(MALLOC)
  9. +MALLOC=-DMALLOC_0_RETURNS_NULL
  10. +DEFINES=    $(MALLOC) -DPOSIX
  11.  
  12.  
  13.  # These variables apply only if you want this program to recognize
  14.