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/etc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/etc') diff --git a/src/etc/Makefile.in b/src/etc/Makefile.in index 17f7407e..abe9a1a6 100644 --- a/src/etc/Makefile.in +++ b/src/etc/Makefile.in @@ -107,8 +107,8 @@ $(oa_target_bindir)/asq$(EXEEXT): asq$(EXEEXT) asq$(EXEEXT): $(asq_objects) $(CXXLINK) -o $@ $(asq_objects) $(asq_LDADD) -%.$(OBJEXT) %.lo: %.c $(axiom_c_macros_h) - $(CXXCOMPILE) $(CXXCFLAGS) $(axiom_includes) -o $@ $< +%.$(OBJEXT) %.lo: %.c $(oa_c_macros_h) + $(CXXCOMPILE) $(CXXCFLAGS) $(oa_includes) -o $@ $< asq.c: $(srcdir)/asq.c.pamphlet -- cgit v1.2.3