From: Guido van Rossum Date: Sat, 4 Mar 1995 22:32:54 +0000 (+0000) Subject: don't use math at all X-Git-Tag: v1.2b4~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfa00ea19a162c7831f984ec86c758bc148b808a;p=thirdparty%2FPython%2Fcpython.git don't use math at all --- diff --git a/Mac/MPW/Makefile b/Mac/MPW/Makefile index 38649c129afd..c7f674d7985f 100644 --- a/Mac/MPW/Makefile +++ b/Mac/MPW/Makefile @@ -68,7 +68,7 @@ ALL = "{Objs}"macstat.c.o ¶ "{Objs}"mappingobject.c.o ¶ "{Objs}"marshal.c.o ¶ - "{Objs}"mathmodule.c.o ¶ +# "{Objs}"mathmodule.c.o ¶ "{Objs}"md5c.c.o ¶ "{Objs}"md5module.c.o ¶ "{Objs}"methodobject.c.o ¶ @@ -511,4 +511,3 @@ xxmodule.slb "{Objs}"fmod.c.o Ä "{Top}"Python:fmod.c {CC} "{Top}"Python:fmod.c -o "{Objs}"fmod.c.o -s fmod.c {CFlags} -