diff options
| author | mischief <mischief@offblast.org> | 2014-02-12 03:02:23 -0800 |
|---|---|---|
| committer | mischief <mischief@offblast.org> | 2014-02-12 03:02:23 -0800 |
| commit | 7d73312def268ec9f912161289a2bf622977196f (patch) | |
| tree | 4162fd3ed48dae1849324e171a513b57b2848812 | |
| parent | 6edd7255c7fcca8666c78005c567585a115e0d66 (diff) | |
| download | plan9front-7d73312def268ec9f912161289a2bf622977196f.tar.xz | |
pc64: add ahci.h to PCHEADERS so it will be removed on mk clean
| -rw-r--r-- | sys/src/9/pc64/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile index 8515105a0..b09e2cad4 100644 --- a/sys/src/9/pc64/mkfile +++ b/sys/src/9/pc64/mkfile @@ -82,7 +82,7 @@ install:V: $p$CONF # copies generated by the rule below -PCHEADERS=wifi.h uncached.h usbehci.h screen.h etherif.h ethermii.h mp.h io.h +PCHEADERS=wifi.h uncached.h usbehci.h screen.h etherif.h ethermii.h mp.h io.h ahci.h &.h: ../pc/&.h cp $prereq . |
