diff options
author | Wayne Davison <wayned@samba.org> | 2008-01-01 10:43:55 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-01-01 10:43:55 -0800 |
commit | dd6f31f70f2ffd35f48be071c3d831ea4f1e0762 (patch) | |
tree | b97ef9fda2dcd0ef857f5975b3931f9a9d3f66e2 /Makefile.in | |
parent | a5fd4b6e6e3d4649f0f65cd4a0385283fe69154c (diff) | |
download | rsync-dd6f31f70f2ffd35f48be071c3d831ea4f1e0762.tar.gz rsync-dd6f31f70f2ffd35f48be071c3d831ea4f1e0762.tar.bz2 rsync-dd6f31f70f2ffd35f48be071c3d831ea4f1e0762.zip |
Rebuild the Makefile when it is not up-to-date.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8594a9de..4716abaa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,7 +59,7 @@ CHECK_OBJS=tls.o getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.o wildtest $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@ @OBJ_RESTORE@ -all: conf_stop rsync$(EXEEXT) @MAKE_MAN@ +all: conf_stop make_stop rsync$(EXEEXT) @MAKE_MAN@ install: all -mkdir -p ${DESTDIR}${bindir} @@ -134,6 +134,13 @@ reconfigure: ./config.status --recheck ./config.status +make_stop: Makefile + +Makefile: Makefile.in config.status + @./config.status + @echo "Makefile updated -- rerun your make command." + @exit 1 + proto: proto.h-tstamp proto.h: proto.h-tstamp |