mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-08 09:03:23 +08:00
header-check: fix it yet again
This commit is contained in:
parent
31a6a88517
commit
7a50bc0dff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user