Use a non-printing command for proto.h's build-rule.
authorWayne Davison <wayned@samba.org>
Sun, 25 Nov 2007 23:12:06 +0000 (15:12 -0800)
committerWayne Davison <wayned@samba.org>
Sun, 25 Nov 2007 23:12:06 +0000 (15:12 -0800)
Makefile.in

index 1d2c698..8d814ee 100644 (file)
@@ -124,7 +124,7 @@ configure.sh config.h.in: configure.in aclocal.m4
 proto: proto.h-tstamp
 
 proto.h: proto.h-tstamp
 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
 
 proto.h-tstamp: *.c lib/compat.c
        perl mkproto.pl *.c lib/compat.c