aboutsummaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-03 10:01:34 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-03 10:01:34 +0000
commitac136e818759d62bd8eabad781aabdba9a7f589e (patch)
tree2d0f315d30506a3c8953b5d3df31690730ece1f0 /src/driver
parentcf47e3c603f47bd05e955c8bf6667273773845e2 (diff)
downloadopen-axiom-ac136e818759d62bd8eabad781aabdba9a7f589e.tar.gz
Fix global variable names in Makefiles
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/Makefile.in b/src/driver/Makefile.in
index 5db6e056..5f2a6676 100644
--- a/src/driver/Makefile.in
+++ b/src/driver/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2010, Gabriel Dos Reis.
+# Copyright (C) 2007-2014, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,7 @@ open_axiom_objects = $(open_axiom_SOURCES:.cc=.lo)
## Ideally, we want a standalone binary driver unencounbered by
## any sort of dependencies. However, static program linking is not
## available on all plaforms (think Mac OS, Solaris, etc.) So we must link
-## against library archives. Thefore we avoid using $(axiom_target_libdir)
+## against library archives. Thefore we avoid using $(oa_target_libdir)
## below. On purpose.
open_axiom_LDADD = \
-L$(builddir)/../utils \