summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-19 15:33:54 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-19 15:33:54 (GMT)
commit4e8af445ec93124f9a8f4c75206ef505cdfa311a (patch)
tree38d55427291c89199401606d3641d6c5e7e12f55 /Makefile.in
parent5622ef3cbbb3066e5e42330572840bc78a349131 (diff)
downloadcpython-4e8af445ec93124f9a8f4c75206ef505cdfa311a.zip
cpython-4e8af445ec93124f9a8f4c75206ef505cdfa311a.tar.gz
cpython-4e8af445ec93124f9a8f4c75206ef505cdfa311a.tar.bz2
Simplify value of INSTALL (always 'cp').
Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 66d05ec..04f7a47 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51,7 +51,7 @@ SHELL= /bin/sh
WITH=
# Compiler options passed to subordinate makes
-OPT= -O
+OPT= @OPT@
# Subdirectories where to run make recursively
SUBDIRS= Parser Objects Python Modules