Fixed dependency in Makefile
This commit is contained in:
parent
b41df17956
commit
311c8ef289
2
Makefile
2
Makefile
|
@ -213,7 +213,7 @@ ${bld}/os.32k: example-os/os.asm ${bld}/check_makefile
|
|||
nasm -w+macro-params -w+macro-selfref -w+orphan-labels -w+gnu-elf-extensions -o $@ $<
|
||||
|
||||
# Circumvent the fact that faketime does not work on system binaries in macos
|
||||
./utils/mkisofs ./utils/mformat ./utils/mcopy: Makefile # TODO: depend on the mkisofs binary
|
||||
./utils/mkisofs ./utils/mformat ./utils/mcopy: ${bld}/check_makefile # TODO: depend on the mkisofs binary
|
||||
cp $$(which $$(basename $@)) $@
|
||||
chmod u+x $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user