diff options
author | dos-reis <gdr@axiomatics.org> | 2014-02-10 15:55:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-02-10 15:55:48 +0000 |
commit | 6e38720187fc1ec374e19e03c248a74141b9ac2b (patch) | |
tree | d9aa25573ca1eece2126abd31820528b86d8d1c7 /src/etc | |
parent | 979a845d4011bce84cd83968f78c534437d0566f (diff) | |
download | open-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz |
Clean up global variable names.
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |