diff --git a/Makefile.inc1 b/Makefile.inc1 index afa3c0703854..3ca58b38e5ff 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -947,7 +947,7 @@ _cleanobj_fast_depend_hack: .PHONY # Syscall stubs rewritten in C and obsolete MD assembly implementations # Date SVN Rev Syscalls # 20180604 r334626 brk sbrk -# 20190916 r35XXXX shm_open +# 20190916 r352703 shm_open .for f in brk sbrk shm_open @if [ -e "${OBJTOP}/lib/libc/.depend.${f}.o" ] && \ egrep -qw '${f}\.[sS]' ${OBJTOP}/lib/libc/.depend.${f}.o; then \