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