summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-10-13 14:17:22 +0000
committerWayne Davison <wayned@samba.org>2006-10-13 14:17:22 +0000
commit5e1ec06f0968c1592567c77185648189f5a6a6d0 (patch)
treee494b63991df96d4e761840958a4628e2df523ae /Makefile.in
parent36e2ea60688439bc4a217e2b715dae5543276d2d (diff)
downloadrsync-5e1ec06f0968c1592567c77185648189f5a6a6d0.tar.gz
rsync-5e1ec06f0968c1592567c77185648189f5a6a6d0.tar.bz2
rsync-5e1ec06f0968c1592567c77185648189f5a6a6d0.zip
Temporarily reorder the OBJS line so that the IBM code checker
can analyze some of the other programs (since it runs out of time analyzing them all).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ecbb1b42..2959bc3b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,7 +39,7 @@ OBJS3=progress.o pipe.o
DAEMON_OBJ = params.o loadparm.o clientserver.o access.o connection.o authenticate.o
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@
+OBJS=$(OBJS2) $(OBJS3) $(DAEMON_OBJ) $(LIBOBJ) $(OBJS1) $(ZLIBOBJ) @BUILD_POPT@
TLS_OBJ = tls.o syscall.o lib/compat.o lib/snprintf.o lib/permstring.o