X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/613c2d44317e9e1aacba22a3af9ce31078893339..b58f5e17ed35c68e10b88869d1e10d5378bd40e0:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 475fb95d..8d814eed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,7 +59,7 @@ CHECK_OBJS=getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.o wildtest.o $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@ @OBJ_RESTORE@ -all: rsync$(EXEEXT) @MAKE_MAN@ +all: conf_stop rsync$(EXEEXT) @MAKE_MAN@ install: all -mkdir -p ${DESTDIR}${bindir} @@ -106,15 +106,25 @@ t_unsafe$(EXEEXT): $(T_UNSAFE_OBJ) gen: conf proto.h man +gensend: gen + rsync -aivzc $(GENFILES) samba.org:/home/ftp/pub/rsync/generated-files/ + conf: cd $(srcdir) && $(MAKE) -f prepare-source.mak conf -gensend: gen - rsync -aivzc $(GENFILES) samba.org:/home/ftp/pub/rsync/generated-files/ +conf_stop: configure.sh config.h.in + +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' + @exit 1 proto: proto.h-tstamp proto.h: proto.h-tstamp + @echo ' ' >/dev/null proto.h-tstamp: *.c lib/compat.c perl mkproto.pl *.c lib/compat.c