header-check: fix it yet again

This commit is contained in:
Jim Meyering 2002-01-22 11:22:03 +00:00
parent 31a6a88517
commit 7a50bc0dff

View File

@ -63,7 +63,9 @@ local-check = \
# It's not a big deal -- just aesthetics.
header-check:
if test -f $(srcdir)/src/sys2.h; then \
grep 'xalloc\.h' $(srcdir)/src/*.c || exit 1 && :; \
if grep 'xalloc\.h' $(srcdir)/src/*.c; then \
exit 1; \
fi; \
fi
# Ensure that date's --help output stays in sync with the info