aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-11-02 16:47:15 +0000
committerWayne Davison <wayned@samba.org>2004-11-02 16:47:15 +0000
commit34bde8d54af97d339f3cb8d8343566bcdb2a1e5b (patch)
tree8c41be645c91115f7ba7ffe7661ebd496cd9ed4f /Makefile.in
parent1ed55e3e3e4750e895cb0157013f3d8e03df4242 (diff)
downloadandroid_external_rsync-34bde8d54af97d339f3cb8d8343566bcdb2a1e5b.tar.gz
android_external_rsync-34bde8d54af97d339f3cb8d8343566bcdb2a1e5b.tar.bz2
android_external_rsync-34bde8d54af97d339f3cb8d8343566bcdb2a1e5b.zip
Always include lib/snprintf.o when we include lib/compat.o.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index eeb33d86..93f882aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,7 +41,7 @@ popt_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
popt/popthelp.o popt/poptparse.o
OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) @BUILD_POPT@
-TLS_OBJ = tls.o syscall.o lib/compat.o lib/permstring.o
+TLS_OBJ = tls.o syscall.o lib/compat.o lib/snprintf.o lib/permstring.o
# Programs we must have to run the test cases
CHECK_PROGS = rsync$(EXEEXT) tls$(EXEEXT) getgroups$(EXEEXT) getfsdev$(EXEEXT) \
@@ -83,7 +83,7 @@ getgroups$(EXEEXT): getgroups.o
getfsdev$(EXEEXT): getfsdev.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ getfsdev.o $(LIBS)
-TRIMSLASH_OBJ = trimslash.o syscall.o lib/compat.o
+TRIMSLASH_OBJ = trimslash.o syscall.o lib/compat.o lib/snprintf.o
trimslash$(EXEEXT): $(TRIMSLASH_OBJ)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS)