X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ac71984aae3872b654ff192236ab1c5ca939344a..366bd9056c192760b6389cdb00fc1eaafb166d1d:/Makefile.in?ds=sidebyside diff --git a/Makefile.in b/Makefile.in index f634863c..d0184870 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,8 +24,9 @@ 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 syscall.o OBJS=$(OBJS1) flist.o io.o compat.o hlink.o token.o uidlist.o $(LIBOBJ) +# note that the -I. is needed to handle config.h when using VPATH .c.o: - $(CC) -I$(srcdir) $(CFLAGS) -c $*.c -o $*.o + $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< -o $@ all: rsync