diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-23 13:25:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-23 13:25:30 +0000 |
commit | 31e125226d429c2f6df010a9277bb9ebfdc2cf54 (patch) | |
tree | 6a8a14df7dbb99058b5930d1fd3bdc654fcbcfe6 /Makefile.in | |
parent | 3a6a366fc5ac1f418446128de50b4f2a174399fc (diff) | |
download | rsync-31e125226d429c2f6df010a9277bb9ebfdc2cf54.tar.gz rsync-31e125226d429c2f6df010a9277bb9ebfdc2cf54.tar.bz2 rsync-31e125226d429c2f6df010a9277bb9ebfdc2cf54.zip |
added wrappers around all the system calls that can change what is on
disk. The wrappers check for dry_run.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ed0a86a4..f634863c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ SHELL=/bin/sh .SUFFIXES: .c .o LIBOBJ=lib/getopt.o lib/fnmatch.o lib/zlib.o lib/compat.o -OBJS1=rsync.o exclude.o util.o md4.o main.o checksum.o match.o +OBJS1=rsync.o exclude.o util.o md4.o main.o checksum.o match.o syscall.o OBJS=$(OBJS1) flist.o io.o compat.o hlink.o token.o uidlist.o $(LIBOBJ) .c.o: |