works on Linux 2.6

This commit is contained in:
rsc 2005-01-14 04:24:09 +00:00
parent 78e51a8c66
commit 359c1e017e
14 changed files with 33 additions and 28 deletions

View file

@ -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: