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
This commit is contained in:
Warner Losh 2017-12-02 00:06:52 +00:00
parent 94ebc05f37
commit 4291beb51b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326440
4 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -67,8 +67,6 @@ gptboot.bin: gptboot.out
gptboot.out: ${BTXCRT} gptboot.o sio.o crc32.o drv.o cons.o ${OPENCRYPTO_XTS}
${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBGELIBOOT} ${LIBSA32}
gptboot.o: ${SASRC}/ufsread.c
.include <bsd.prog.mk>
# XXX: clang integrated-as doesn't grok .codeNN directives yet

View File

@ -34,7 +34,5 @@ boot1.hfs: boot1.elf bootinfo.txt
CLEANFILES+= boot1.hfs
boot1.o: ${SASRC}/ufsread.c
.include <bsd.prog.mk>

View File

@ -27,6 +27,4 @@ ${FILES}: boot1.aout
boot1.aout: boot1.elf
elf2aout -o ${.TARGET} ${.ALLSRC}
boot1.o: ${SASRC}/ufsread.c
.include <bsd.prog.mk>