diff options
author | dos-reis <gdr@axiomatics.org> | 2014-02-10 11:41:40 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-02-10 11:41:40 +0000 |
commit | 979a845d4011bce84cd83968f78c534437d0566f (patch) | |
tree | 523350c223241f9865e29276456b22ddf5294203 /src/hyper | |
parent | ac136e818759d62bd8eabad781aabdba9a7f589e (diff) | |
download | open-axiom-979a845d4011bce84cd83968f78c534437d0566f.tar.gz |
Clean up global variable names.
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in index c53ed2f0..ea9d1971 100644 --- a/src/hyper/Makefile.in +++ b/src/hyper/Makefile.in @@ -29,13 +29,13 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -openaxiom_host_has_regex = @openaxiom_host_has_regex@ +oa_host_has_regex = @oa_host_has_regex@ bin_PROGRAMS = htadd$(EXEEXT) ex2ht$(EXEEXT) -ifeq ($(strip $(openaxiom_host_has_regex)),yes) +ifeq ($(strip $(oa_host_has_regex)),yes) bin_PROGRAMS += hthits$(EXEEXT) htsearch$(EXEEXT) endif -ifeq ($(strip $(axiom_use_x)),yes) +ifeq ($(strip $(oa_use_x)),yes) bin_PROGRAMS += hypertex$(EXEEXT) spadbuf$(EXEEXT) endif |