aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
Diffstat (limited to 'src/clef')
-rw-r--r--src/clef/Makefile.in2
-rw-r--r--src/clef/edible.c7
2 files changed, 4 insertions, 5 deletions
diff --git a/src/clef/Makefile.in b/src/clef/Makefile.in
index cd745337..42a233e4 100644
--- a/src/clef/Makefile.in
+++ b/src/clef/Makefile.in
@@ -65,7 +65,7 @@ $(axiom_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
.PRECIOUS: %.lo
%.lo: ${INC}/useproto.h ${INC}/edible.h \
- $(axiom_configdir)/axiom-c-macros.h
+ $(axiom_configdir)/openaxiom-c-macros.h
%.lo: %.c $(axiom_c_macros_h)
$(COMPILE) -o $@ ${CCF} $(axiom_includes) $<
diff --git a/src/clef/edible.c b/src/clef/edible.c
index c46634da..a2b87863 100644
--- a/src/clef/edible.c
+++ b/src/clef/edible.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1991-2002, The Numerical ALgorithms Group Ltd.
+ Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
Copyright (C) 2007-2008, Gabriel Dos Reis.
All rights reserved.
@@ -16,7 +16,7 @@
the documentation and/or other materials provided with the
distribution.
- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+ - Neither the name of The Numerical Algorithms Group Ltd. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
@@ -33,7 +33,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <unistd.h>
@@ -47,7 +47,6 @@
#include <signal.h>
-#include "axiom-c-macros.h"
#include "sockio.h"
#include "edible.h"
#include "com.h"