diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-29 19:02:10 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-29 19:02:10 +0000 |
commit | 36c7fbf6caaafa553c0c151f4a14fdfe3175c2c6 (patch) | |
tree | a80d7b6868bc51ff51e288be68775ddbeb15d28c /src/algebra | |
parent | b70114addd4c3e195c87d44b02d23fef7c75c8e9 (diff) | |
download | open-axiom-36c7fbf6caaafa553c0c151f4a14fdfe3175c2c6.tar.gz |
Do not check for openServer being defined.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.am | 2 | ||||
-rw-r--r-- | src/algebra/Makefile.in | 2 |
2 files changed, 2 insertions, 2 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. |