summaryrefslogtreecommitdiff
path: root/prepare-source.mak
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-06 04:53:02 +0000
committerWayne Davison <wayned@samba.org>2006-02-06 04:53:02 +0000
commita6c5741c37d846abdc82af6ccd9ed35cb28fc0d2 (patch)
treedf2ce5b4d601ac437067dd8335bcbf775824d2fe /prepare-source.mak
parent3ea7fc6ccf67382acd6db03e8be0841b9e8d744d (diff)
downloadrsync-a6c5741c37d846abdc82af6ccd9ed35cb28fc0d2.tar.gz
Changed the "proto" target to "proto.h".
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/prepare-source.mak b/prepare-source.mak
index 8cb6ce08..137a71c9 100644
--- a/prepare-source.mak
+++ b/prepare-source.mak
@@ -1,4 +1,4 @@
-gen: configure config.h.in proto man
+gen: configure config.h.in proto.h man
configure: configure.in aclocal.m4
autoconf
@@ -6,7 +6,7 @@ configure: configure.in aclocal.m4
config.h.in: configure.in aclocal.m4
autoheader
-proto:
+proto.h:
cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new
if diff proto.h proto.h.new >/dev/null; then \
rm proto.h.new; \