1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

depend-cleanup: fix typo, ^/lib/libc/sys/Makefile.inc generates .S stubs

Pointy hat:	kevans
This commit is contained in:
Kyle Evans 2020-04-13 20:00:44 +00:00
parent 6fe257c780
commit 18041d4ec5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359896

View File

@ -33,6 +33,6 @@ clean_dep()
# Date Rev Description
# 20190916 r352703 shm_open syscall reimplemented in C
clean_dep lib/libc shm_open c
clean_dep lib/libc shm_open S
# 20200310 r358851 rename of openmp's ittnotify_static.c to .cpp
clean_dep lib/libomp ittnotify_static c