diff options
author | qwx <devnull@localhost> | 2021-01-24 00:58:47 +0100 |
---|---|---|
committer | qwx <devnull@localhost> | 2021-01-24 00:58:47 +0100 |
commit | 41f85d46f866c57a618b8df85c0e59cebc04f095 (patch) | |
tree | f4f6eaf8ca46b41f012bc99ed9a720fcfe67b8b8 | |
parent | bd5af0df5d9455cf33ba067fa7e732615f3dd75e (diff) | |
download | plan9front-41f85d46f866c57a618b8df85c0e59cebc04f095.tar.xz |
ape: update mkfile for removed fmod.c
-rw-r--r-- | sys/src/ape/lib/ap/math/mkfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/ape/lib/ap/math/mkfile b/sys/src/ape/lib/ap/math/mkfile index 8908e3bc8..b68a9511b 100644 --- a/sys/src/ape/lib/ap/math/mkfile +++ b/sys/src/ape/lib/ap/math/mkfile @@ -9,7 +9,6 @@ OFILES=\ exp.$O\ fabs.$O\ floor.$O\ - fmod.$O\ fmin.$O\ gamma.$O\ hypot.$O\ |