From: Wayne Davison Date: Sun, 25 Nov 2007 23:12:06 +0000 (-0800) Subject: Use a non-printing command for proto.h's build-rule. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5c77266d9583fdb556be959e453afae82de70e36 Use a non-printing command for proto.h's build-rule. --- diff --git a/Makefile.in b/Makefile.in index 1d2c6981..8d814eed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,7 +124,7 @@ configure.sh config.h.in: configure.in aclocal.m4 proto: proto.h-tstamp proto.h: proto.h-tstamp - @ls -l proto.h + @echo ' ' >/dev/null proto.h-tstamp: *.c lib/compat.c perl mkproto.pl *.c lib/compat.c