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

@ -25,5 +25,13 @@ delatex.c:D: delatex.lx $PLAN9/bin/lex
$PLAN9/bin/lex: $PLAN9/bin/yacc
cd lex; mk install
# This should not be necessary.
$PLAN9/bin/yacc: $O.yacc
install -c $O.yacc $PLAN9/bin/yacc
$O.yacc: yacc.$O
$LD -o $target $prereq
yacc.$O: yacc.c
$CC $CFLAGS yacc.c
CLEANFILES=$CLEANFILES bc.tab.[ch] units.tab.[ch] delatex.c