all: update build scripts to fix AIX XL/C compatibility
This commit is contained in:
parent
c3c9c7b6ae
commit
4982d4ebc3
6 changed files with 35 additions and 11 deletions
|
|
@ -27,7 +27,7 @@ $PLAN9/bin/lex: $PLAN9/bin/yacc
|
|||
|
||||
# This should not be necessary.
|
||||
$PLAN9/bin/yacc: $O.yacc
|
||||
install -c $O.yacc $PLAN9/bin/yacc
|
||||
$INSTALL -c $O.yacc $PLAN9/bin/yacc
|
||||
$O.yacc: yacc.$O
|
||||
$LD -o $target $prereq
|
||||
yacc.$O: yacc.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue