|
|
@ -32,7 +32,11 @@ code_pc(){ |
|
|
|
if [[ $xsrctar = *coda* ]] ; then |
|
|
|
yacc -d coda-src/asr/resolver_parser.y \ |
|
|
|
-o coda-src/asr/resolver_parser.c |
|
|
|
var_append makeinstopt "client-install server-install" |
|
|
|
# we can not pass CC and CXX to make (and we do not need to) |
|
|
|
# since the coda Makefile.setup will not overwrite it with |
|
|
|
# the correct -fno-operator-names ... - Rene |
|
|
|
makeopt="all" |
|
|
|
makeinstopt="client-install server-install" |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|