works on Linux 2.6
This commit is contained in:
parent
78e51a8c66
commit
359c1e017e
14 changed files with 33 additions and 28 deletions
|
|
@ -18,18 +18,16 @@ OFILES=\
|
|||
HFILES=grap.h\
|
||||
y.tab.h\
|
||||
|
||||
YFILES=grap.y\
|
||||
|
||||
LFILES=grapl.lx\
|
||||
YFILES=grap.y
|
||||
LFILES=grapl.lx
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
YFLAGS = -d -S
|
||||
LEX=9lex
|
||||
YFLAGS=-d -S
|
||||
|
||||
grap.c: y.tab.c
|
||||
mv $prereq $target
|
||||
|
||||
grapl.c: $LFILES
|
||||
grapl.c:D: $LFILES
|
||||
$LEX -t $prereq > $target
|
||||
|
||||
clean:V:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue