]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix -DNO_CLEAN amd64 build after r340463
authorAlex Richardson <arichardson@FreeBSD.org>
Sun, 18 Nov 2018 19:55:03 +0000 (19:55 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Sun, 18 Nov 2018 19:55:03 +0000 (19:55 +0000)
commit6edf2846754e3e839354962ee8ebb765337c3bc2
treee3fb7e57669e25f2c94e0bd5e5c288f876fe97a7
parentce57fd97fe51c377bc3b87aa6e58d9603f076023
Fix -DNO_CLEAN amd64 build after r340463

Without this change I got the following error:
clang-7: error: no such file or directory: '..../lib/libc/amd64/string/bzero.S'

Reviewed By: mjg
Differential Revision: https://reviews.freebsd.org/D18031
Makefile.inc1