diff options
author | rsc <devnull@localhost> | 2005-11-29 19:24:22 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-11-29 19:24:22 +0000 |
commit | 02dc681a9824cade538b0f2f5db987733d29e9c0 (patch) | |
tree | 6545bfa0387ca9ae5a70756a90ed2594700bc4a4 /src/cmd/acid | |
parent | 7dc9c4c62cb6a0c803e76ef06eb5d145c5375692 (diff) | |
download | plan9port-02dc681a9824cade538b0f2f5db987733d29e9c0.tar.gz plan9port-02dc681a9824cade538b0f2f5db987733d29e9c0.tar.bz2 plan9port-02dc681a9824cade538b0f2f5db987733d29e9c0.zip |
add mach.h dependency
Diffstat (limited to 'src/cmd/acid')
-rw-r--r-- | src/cmd/acid/mkfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/acid/mkfile b/src/cmd/acid/mkfile index 30812c3f..3bac0fe4 100644 --- a/src/cmd/acid/mkfile +++ b/src/cmd/acid/mkfile @@ -16,8 +16,7 @@ UOFILES=\ OFILES=$UOFILES y.tab.$O YFILES=dbg.y -HFILES=acid.h - +HFILES=acid.h $PLAN9/include/mach.h <$PLAN9/src/mkone |