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

  1. --- Makefile.rtr    Mon Feb  3 10:03:36 1997
  2. +++ Makefile    Mon Feb  3 10:04:15 1997
  3. @@ -5,10 +5,10 @@
  4.  PSTEXT_OBJ=    pstext.o
  5.  
  6.  all:    $(PSTEXT_OBJ)
  7. -    $(CC) -o pstext $(PSTEXT_OBJ)
  8. +    $(CC) -o pstext $(PSTEXT_OBJ) -ldl
  9.  
  10.  pstext:    $(PSTEXT_OBJ)
  11. -    $(CC) -o pstext $(PSTEXT_OBJ)
  12. +    $(CC) -o pstext $(PSTEXT_OBJ) -ldl
  13.  
  14.  install: 
  15.      install -c -m755 pstext $(DEST)
  16.