From 6e38720187fc1ec374e19e03c248a74141b9ac2b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 10 Feb 2014 15:55:48 +0000 Subject: Clean up global variable names. --- src/lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 0070906c..8a08c30d 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -98,9 +98,9 @@ libspad.$(LIBEXT): $(libspad_objects) .PRECIOUS: %.$(OBJEXT) -%.$(OBJEXT) %.lo: %.c $(axiom_c_macros_h) +%.$(OBJEXT) %.lo: %.c $(oa_c_macros_h) $(CXXCOMPILE) $(oa_shrobj_flags) -no-suppress -o $@ $(CFLAGS) \ - $(axiom_includes) $(AXIOM_X11_CFLAGS) $< + $(oa_includes) $(AXIOM_X11_CFLAGS) $< # This is a support library, so it does not change often and # we don't need to remove the produced objects in mostlyclean. -- cgit v1.2.3