From: Wayne Davison Date: Tue, 24 Apr 2007 16:06:29 +0000 (+0000) Subject: Fixed build problem for tls for those using the included popt. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/cbf626fd6252135ad282c812c3b4c09f51e96c0d Fixed build problem for tls for those using the included popt. --- diff --git a/Makefile.in b/Makefile.in index 8bd5b688..e2e5c65c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ mkrounding$(EXEEXT): mkrounding.c rsync.h @rm mkrounding.h tls$(EXEEXT): $(TLS_OBJ) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) @BUILD_POPT@ $(LIBS) getgroups$(EXEEXT): getgroups.o $(CC) $(CFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS)