X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/67ea0d484469875ee14bb28348f9dc1a40a5b843..692da0b555f68e295bb588ab3a02c2354c2daba0:/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