X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.inc;fp=Makefile.inc;h=a9d0c878f5fac0f940ac283be1f475a9f90c4624;hb=af661d40ea67b19214bc4c61f46c43211b75b8fa;hp=fcd0a78bbd5948e01f8d6c493929b44e81cfb184;hpb=64aae11be78e118de49ebc4ab982023b12a04fe2;p=gedcom-parse.git diff --git a/Makefile.inc b/Makefile.inc index fcd0a78..a9d0c87 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -12,12 +12,12 @@ define replace-VERSION endef %.tabgen.h: %.tab.h - if [ ! -r $(srcdir)/$@ ] ; \ + @if [ ! -r $(srcdir)/$@ ] ; \ then \ echo "Creating empty file for $@"; \ touch $(srcdir)/$@; \ fi - if diff $< $(srcdir)/$@ > /dev/null 2>&1; \ + @if diff $< $(srcdir)/$@ > /dev/null 2>&1; \ then \ : ; \ else \