X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8de330a38717f8f808e8aa88a5f4391c310e7fd6..cb13abfed024d0320c0aa865ad652c946321df3c:/Makefile.in diff --git a/Makefile.in b/Makefile.in index d9cabcbb..ec8363b5 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 @@ -63,6 +65,9 @@ proto: clean: rm -f *~ $(OBJS) rsync +distclean: clean + rm -f config.h config.cache config.status Makefile + # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially