From ac136e818759d62bd8eabad781aabdba9a7f589e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 3 Feb 2014 10:01:34 +0000 Subject: Fix global variable names in Makefiles --- src/utils/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/utils') diff --git a/src/utils/Makefile.in b/src/utils/Makefile.in index 354d0933..b0a0e504 100644 --- a/src/utils/Makefile.in +++ b/src/utils/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2013, Gabriel Dos Reis. +# Copyright (C) 2011-2014, Gabriel Dos Reis. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -53,7 +53,7 @@ oa_include_flags = -I. -I$(oa_target_includedir) \ -I$(top_srcdir)/src/include \ -DOPENAXIOM_ROOT_DIRECTORY="\"$(open_axiom_installdir)\"" -oa_target_oalib = $(axiom_target_libdir)/libOpenAxiom.$(LIBEXT) +oa_target_oalib = $(oa_target_libdir)/libOpenAxiom.$(LIBEXT) .PHONY: all all-ax all-utils .SUFFIXES: @@ -70,8 +70,8 @@ stamp: $(oa_target_oalib) $(bin_PROGRAMS) $(STAMP) stamp $(oa_target_oalib): libOpenAxiom.$(LIBEXT) - if [ ! -d $(axiom_target_libdir) ]; then \ - mkdir -p $(axiom_target_libdir); \ + if [ ! -d $(oa_target_libdir) ]; then \ + mkdir -p $(oa_target_libdir); \ fi cp $< $@ -- cgit v1.2.3