home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume17 / finddup / patch01 < prev    next >
Encoding:
Internet Message Format  |  1991-03-12  |  1.2 KB

  1. From: davidsen@crdos1.crd.ge.com (Bill Davidsen)
  2. Newsgroups: comp.sources.misc
  3. Subject: v17i036:  finddup - Find duplicate files, Patch01
  4. Message-ID: <1991Mar11.195221.928@sparky.IMD.Sterling.COM>
  5. Date: 11 Mar 91 19:52:21 GMT
  6. Approved: kent@sparky.imd.sterling.com
  7. X-Checksum-Snefru: 54a9c3bf 2d4f8511 a2b0934d 0ba5a7bb
  8. X-Checksum-Snefru: 45ffe087 a7d6a43e 42b17962 48c078d3
  9.  
  10. Submitted-by: Bill Davidsen <davidsen@crdos1.crd.ge.com>
  11. Posting-number: Volume 17, Issue 36
  12. Archive-name: finddup/patch01
  13. Patch-To: finddup: Volume 17, Issue 13
  14.  
  15.   I think the makefile may have gotten zapped in mailing, since it can't
  16. work the way it was posted. Here's the patch, just two damaged
  17. characters, glad so many people find it useful!
  18.  
  19. Bill
  20. ---------
  21.  
  22. *** makefile.OLD    Fri Feb 22 15:02:08 1991
  23. --- makefile    Mon Mar  4 09:34:38 1991
  24. ***************
  25. *** 6,12 ****
  26.   LFLAGS        =
  27.   LIBS        =
  28.   # if you don't have getopt on your library, add getopt.o here
  29. ! OPBLST        = finddup.o
  30.   # your favorite shar prog
  31.   SHAR        = shar
  32.   SHARLST        = finddup.c finddup.1C makefile getopt.c
  33. --- 6,12 ----
  34.   LFLAGS        =
  35.   LIBS        =
  36.   # if you don't have getopt on your library, add getopt.o here
  37. ! OBJLST        = finddup.o
  38.   # your favorite shar prog
  39.   SHAR        = shar
  40.   SHARLST        = finddup.c finddup.1C makefile getopt.c
  41.