summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-04-10 16:24:12 -0700
committerWayne Davison <wayned@samba.org>2009-04-10 16:24:12 -0700
commit407ea78a62178a70735910a4d0bba6c650dbb5bc (patch)
treeb3bdf044c1c08c26dcf96f31220d239a7070081f /Makefile.in
parentcb197514d99d17dc3a1ce26ff8918d63307d75e4 (diff)
downloadrsync-407ea78a62178a70735910a4d0bba6c650dbb5bc.tar.gz
rsync-407ea78a62178a70735910a4d0bba6c650dbb5bc.tar.bz2
rsync-407ea78a62178a70735910a4d0bba6c650dbb5bc.zip
Allow a "make reconfigure" to continue, even if the Makefile changes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9c9a58e5..01769548 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -162,8 +162,12 @@ Makefile: Makefile.in config.status configure.sh config.h.in
echo "Makefile is unchanged."; \
rm Makefile.old; \
else \
- echo "Makefile updated -- rerun your make command."; \
- exit 1; \
+ if test "$(MAKECMDGOALS)" = reconfigure; then \
+ echo 'Continuing with "make reconfigure".'; \
+ else \
+ echo "Makefile updated -- rerun your make command."; \
+ exit 1; \
+ fi \
fi
proto: proto.h-tstamp