summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-29 10:46:42 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-29 10:46:42 (GMT)
commit7b1e974b4bd7c17cd90a6d03bab0aaa079d78d29 (patch)
tree5a13c893ae4c43409c154849b032af689c71fe96 /Modules/Makefile.pre.in
parent0e3da7ba50718820ac7b0e35be82a75334f48d0a (diff)
downloadcpython-7b1e974b4bd7c17cd90a6d03bab0aaa079d78d29.zip
cpython-7b1e974b4bd7c17cd90a6d03bab0aaa079d78d29.tar.gz
cpython-7b1e974b4bd7c17cd90a6d03bab0aaa079d78d29.tar.bz2
Makefile.pre.in: add $(OPT) to link command
audioop.c: fix for MPW config.c.in: save original argc/argv for Lance rotormodule.c: new coding conventions timemodule.c: add casts for Lance
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r--Modules/Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index c05f4d7..7afa0b9 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -66,7 +66,7 @@ $(LIB): $(OBJS)
$(RANLIB) $(LIB)
../python: config.o $(MYLIBS)
- $(CC) config.o \
+ $(CC) $(OPT) config.o \
$(MYLIBS) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python
mv python ../python