X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8de330a38717f8f808e8aa88a5f4391c310e7fd6..1e8ae5ede66ba337ba6abbb4afad2b3319c1db74:/Makefile.in diff --git a/Makefile.in b/Makefile.in index d9cabcbb..078f6db6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,9 @@ OBJS=$(OBJS1) $(OBJS2) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) # note that the -I. is needed to handle config.h when using VPATH .c.o: - $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< -o $@ +@OBJ_SAVE@ + $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< @CC_SHOBJ_FLAG@ +@OBJ_RESTORE@ all: rsync