diff options
-rw-r--r-- | src/algebra/Makefile.am | 2 | ||||
-rw-r--r-- | src/algebra/Makefile.in | 2 | ||||
-rw-r--r-- | src/interp/sys-driver.boot | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/algebra/Makefile.am b/src/algebra/Makefile.am index 62706b10..16ca2a68 100644 --- a/src/algebra/Makefile.am +++ b/src/algebra/Makefile.am @@ -2613,4 +2613,4 @@ distclean-local: clean-local # We use `sinclude' instead of `include' so that Automake doesn't get # the idea of wanting to interpret the content of a file that doesn't # exist at the time it is run. -sinclude extract.mk +# sinclude extract.mk diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index d22c2f50..6278d710 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -3460,7 +3460,7 @@ distclean-local: clean-local # We use `sinclude' instead of `include' so that Automake doesn't get # the idea of wanting to interpret the content of a file that doesn't # exist at the time it is run. -sinclude extract.mk +# sinclude extract.mk # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot index 9b5ae5c9..6933a27f 100644 --- a/src/interp/sys-driver.boot +++ b/src/interp/sys-driver.boot @@ -147,7 +147,7 @@ restart() == )if %hasFeature KEYWORD::GCL SYSTEM::GBC_-TIME 0 )endif - if $openServerIfTrue and functionSymbol? "openServer" then + if $openServerIfTrue then os := openServer $SpadServerName if os = 0 then $openServerIfTrue := false |