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

  1. --- Makefile.rtr    Tue Feb  4 14:03:05 1997
  2. +++ Makefile    Tue Feb  4 14:27:49 1997
  3. @@ -62,7 +62,7 @@
  4.  
  5.  # You probably won't have to edit anything below this line.
  6.  
  7. -ETLIBS=        -lcom_err
  8. +ETLIBS=        -lcom_err -ldl
  9.  INCLUDES=    $(ETINCS) $(AFSINCS)
  10.  LDFLAGS=    $(ETLDFLAGS) $(AFSLDFLAGS) 
  11.  LIBS=         $(ETLIBS) $(AFSLIBS)
  12.