aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-source.mak
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-06 05:06:52 +0000
committerWayne Davison <wayned@samba.org>2006-02-06 05:06:52 +0000
commitef4e0d5e7e4348a0c660537458a7391094e9469c (patch)
tree824ab3efce10d1cecbb138382fec7431e33cf470 /prepare-source.mak
parente6d8e70925201ec87da5242eacf23c58b39d6ca2 (diff)
downloadandroid_external_rsync-ef4e0d5e7e4348a0c660537458a7391094e9469c.tar.gz
android_external_rsync-ef4e0d5e7e4348a0c660537458a7391094e9469c.tar.bz2
android_external_rsync-ef4e0d5e7e4348a0c660537458a7391094e9469c.zip
Added dependencies for proto.h.
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-source.mak b/prepare-source.mak
index 137a71c9..0fdd8081 100644
--- a/prepare-source.mak
+++ b/prepare-source.mak
@@ -6,7 +6,7 @@ configure: configure.in aclocal.m4
config.h.in: configure.in aclocal.m4
autoheader
-proto.h:
+proto.h: *.c lib/compat.c
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; \