X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1ac15cd8adfb364965189261a860a94ca37c9b6b..f62c17e3786ac6643981d9ec68a1cd130ffcf149:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 223d469e..3bf7d492 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,7 +54,14 @@ install-strip: $(MAKE) INSTALLCMD='$(INSTALLCMD) -s' install rsync: $(OBJS) - $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) + +Makefile: Makefile.in configure config.status + echo "WARNING: You need to run ./config.status --recheck" + +# don't actually run autoconf, just issue a warning +configure: configure.in + echo "WARNING: you need to rerun autoconf" rsync.1: rsync.yo yodl2man -o rsync.1 rsync.yo