diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-12-02 00:06:52 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-12-02 00:06:52 +0000 |
commit | 4291beb51bd5d8e62133aba10e4ab944adda4b32 (patch) | |
tree | d53d667186de50289e49b9e5ff74ddf396f4bb13 /stand/efi/boot1/Makefile | |
parent | 94ebc05f3746f6d85d7d639b879e17932d421552 (diff) | |
download | src-4291beb51bd5d8e62133aba10e4ab944adda4b32.tar.gz src-4291beb51bd5d8e62133aba10e4ab944adda4b32.zip |
Remove stale dependency on ufsread.c
Remove the now-useless dependency on ufsread.c. In some cases, it was
on the wrong file. But in all cases, we now automatically generate
.depend files, so we don't need it explicitly.
Sponsored by: Netflix
Notes
Notes:
svn path=/head/; revision=326440
Diffstat (limited to 'stand/efi/boot1/Makefile')
-rw-r--r-- | stand/efi/boot1/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/efi/boot1/Makefile b/stand/efi/boot1/Makefile index f2e69460593d..731599e9863b 100644 --- a/stand/efi/boot1/Makefile +++ b/stand/efi/boot1/Makefile @@ -106,8 +106,6 @@ boot1.efi: ${PROG} -j .rela.dyn -j .reloc -j .eh_frame \ --output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET} -boot1.o: ${SASRC}/ufsread.c - # The following inserts our objects into a template FAT file system # created by generate-fat.sh |