diff options
author | Daniel Shahaf <danielsh@apache.org> | 2019-12-17 07:44:27 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2019-12-18 06:01:49 +0000 |
commit | a370f24137049d0c6b88f53e8846483949fc9d95 (patch) | |
tree | 1e7f19d7338354980c88ce62b195f91fa77bdece /Src | |
parent | 3c4b3c87983a989a8404c03639cef1ce5bcd6ef8 (diff) | |
download | zsh-a370f24137049d0c6b88f53e8846483949fc9d95.tar.gz zsh-a370f24137049d0c6b88f53e8846483949fc9d95.tar.xz zsh-a370f24137049d0c6b88f53e8846483949fc9d95.zip |
45065: Make 'make -s' print nothing when it does nothing.
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in index 0577554f8..0fdbb73d2 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -94,7 +94,6 @@ zsh.res.o: $(sdir)/zsh.rc $(sdir)/zsh.ico stamp-modobjs: modobjs @if cmp -s stamp-modobjs.tmp stamp-modobjs; then \ rm -f stamp-modobjs.tmp; \ - echo "\`stamp-modobjs' is up to date."; \ else \ mv -f stamp-modobjs.tmp stamp-modobjs; \ echo "Updated \`stamp-modobjs'."; \ |