X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37adeae73e9e590082d1247eeb8f216db18b24dc..f859d3ded6285c499898540ca4fb16f1e1a7d26b:/Makefile.in diff --git a/Makefile.in b/Makefile.in index e2c2ed12..a5bf03f2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,7 +81,14 @@ $(CHECK_OBJS): $(HEADERS) flist.o: rounding.h rounding.h: mkrounding$(EXEEXT) - ./mkrounding$(EXEEXT) >rounding.h + @if test x@cross_compiling@ = xno; then \ + ./mkrounding$(EXEEXT) >rounding.h; \ + else \ + echo "Copy the mkrounding$(EXEEXT) command to the target machine and run it like this:"; \ + echo " ./mkrounding$(EXEEXT) >rounding.h"; \ + echo "Then copy the resulting rounding.h file to this build machine and rerun \"make\"."; \ + exit 1; \ + fi mkrounding$(EXEEXT): mkrounding.c rsync.h @sed '1,/^struct file_struct/d; /^}/,$$d' <$(srcdir)/rsync.h >mkrounding.h @@ -119,9 +126,13 @@ configure.sh config.h.in: configure.in aclocal.m4 autoconf -o configure.sh autoheader && touch config.h.in @echo 'Configure files changed -- perhaps run:' - @echo ' ./config.status --recheck; ./config.status' + @echo ' make reconfigure' @exit 1 +reconfigure: + ./config.status --recheck + ./config.status + proto: proto.h-tstamp proto.h: proto.h-tstamp