diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-13 21:44:51 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-13 21:44:51 +0100 |
commit | feb7702c9eba0eeb420dd08cbcdb4d922c1ba49c (patch) | |
tree | 9fa46fb3767b1e90b93c5d2a5002371c9e951a69 /sys | |
parent | ff4daa7e93f4ea09506276ecdb69fa1cca19a7a7 (diff) |
kernel: correct dependency for printstub.$O instead of print.$O
Diffstat (limited to 'sys')
-rw-r--r-- | sys/src/9/port/portmkfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/src/9/port/portmkfile b/sys/src/9/port/portmkfile index c796452db..99ff194ea 100644 --- a/sys/src/9/port/portmkfile +++ b/sys/src/9/port/portmkfile @@ -88,11 +88,10 @@ devsdp.$O: ../port/thwack.h devproc.$O sysproc.$O: /sys/include/tos.h devproc.$O edf.$O proc.$O: /sys/include/trace.h -boot$CONF.out: $CONF print.$O $BOOTDIR/boot.c $BOOTLIB +boot$CONF.out: $CONF printstub.$O $BOOTLIB $BOOTDIR/mkboot $CONF > boot$CONF.c $CC $CFLAGS boot$CONF.c - $CC $CFLAGS ../boot/printstub.c - $LD -o boot$CONF.out boot$CONF.$O $BOOTLIB printstub.$O + $LD -o boot$CONF.out boot$CONF.$O printstub.$O $BOOTLIB bootfs.paq: ../port/bootfs.proto mkdir -p bootfs |