Skip to content

Commit 23d9ead

Browse files
alanctridge
authored andcommitted
popt: remove obsolete findme.c & findme.h
popt 1.14 merged these into popt.c but the import into rsync missed removing them. Fixes: RsyncProject#710 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1 parent fcfdd36 commit 23d9ead

File tree

3 files changed

+1
-86
lines changed

3 files changed

+1
-86
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ OBJS2=options.o io.o compat.o hlink.o token.o uidlist.o socket.o hashtable.o \
4949
usage.o fileio.o batch.o clientname.o chmod.o acls.o xattrs.o
5050
OBJS3=progress.o pipe.o @MD5_ASM@ @ROLL_SIMD@ @ROLL_ASM@
5151
DAEMON_OBJ = params.o loadparm.o clientserver.o access.o connection.o authenticate.o
52-
popt_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
52+
popt_OBJS= popt/popt.o popt/poptconfig.o \
5353
popt/popthelp.o popt/poptparse.o popt/poptint.o
5454
OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON_OBJ) $(LIBOBJ) @BUILD_ZLIB@ @BUILD_POPT@
5555

popt/findme.c

-65
This file was deleted.

popt/findme.h

-20
This file was deleted.

0 commit comments

Comments
 (0)