aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-11-25 14:08:19 -0800
committerWayne Davison <wayned@samba.org>2007-11-25 14:08:19 -0800
commitb82ad9507fdc11f896c23762f9ca3927536401a2 (patch)
treeaf129b3ff1c340a98f859144e51120611ad8918e /Makefile.in
parent4d7c8e6b76b6a69cc044580f5759546a0570b65e (diff)
downloadandroid_external_rsync-b82ad9507fdc11f896c23762f9ca3927536401a2.tar.gz
android_external_rsync-b82ad9507fdc11f896c23762f9ca3927536401a2.tar.bz2
android_external_rsync-b82ad9507fdc11f896c23762f9ca3927536401a2.zip
Re-run autoconf and autoheader, as needed.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 475fb95d..14d7454d 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,11 +106,20 @@ 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