diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-12-12 17:32:22 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-12-12 17:32:22 +0100 |
commit | 3593693771e4ea67334e5dc0445bc47179ac8248 (patch) | |
tree | 0bee976725609c691dc070319440c27ef3dcf0f7 | |
parent | 22aee9c9e732253465ef8aaeaced8830348c0b47 (diff) |
lsq_funcs.max -> lsq_funcs.mac
-rw-r--r-- | src/Makefile.lsq_funcs | 2 | ||||
-rw-r--r-- | src/lsq_funcs.mac (renamed from src/lsq_funcs.max) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.lsq_funcs b/src/Makefile.lsq_funcs index bbac7f7..e573323 100644 --- a/src/Makefile.lsq_funcs +++ b/src/Makefile.lsq_funcs @@ -1,4 +1,4 @@ all: lsq_funcs.c lsq_funcs.c: lsq_funcs.max - maxima -b lsq_funcs.max | grep "^mac_" > lsq_funcs.c + maxima -b lsq_funcs.mac | grep "^mac_" > lsq_funcs.c diff --git a/src/lsq_funcs.max b/src/lsq_funcs.mac index 671aae2..671aae2 100644 --- a/src/lsq_funcs.max +++ b/src/lsq_funcs.mac |