[comp.sources.misc] v17i036: finddup - Find duplicate files, Patch01

davidsen@crdos1.crd.ge.com (Bill Davidsen) (03/12/91)

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