From 5c77266d9583fdb556be959e453afae82de70e36 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 25 Nov 2007 15:12:06 -0800 Subject: [PATCH] Use a non-printing command for proto.h's build-rule. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1