aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-02-23 00:02:07 +0000
committerMartin Pool <mbp@samba.org>2002-02-23 00:02:07 +0000
commit1521eefb6242d0ea0f422d010718dee9e8e20aa9 (patch)
tree682080cb18731198947a23e4b450d3836346a370
parenta036a0e818a9a022bf51cd4546fda4b23089b66c (diff)
downloadandroid_external_rsync-1521eefb6242d0ea0f422d010718dee9e8e20aa9.tar.gz
android_external_rsync-1521eefb6242d0ea0f422d010718dee9e8e20aa9.tar.bz2
android_external_rsync-1521eefb6242d0ea0f422d010718dee9e8e20aa9.zip
Make "make proto" work for VPATH builds.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a5b4e5d0..9171b696 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,7 @@ rsyncd.conf.5: rsyncd.conf.yo
yodl2man -o rsyncd.conf.5 rsyncd.conf.yo
proto:
- cat *.c lib/compat.c | awk -f mkproto.awk > proto.h
+ cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h
clean:
rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls