summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-06 23:42:07 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-06 23:42:07 (GMT)
commitfb84255e6756adcb4c38e23d63c0f3c017012789 (patch)
tree9d3c1117729bb91258f2ead299a2a71ec9b35b18 /Modules/Makefile.pre.in
parentb06df27843611d9b1a9988da7aacf01073a1fbc4 (diff)
downloadcpython-fb84255e6756adcb4c38e23d63c0f3c017012789.zip
cpython-fb84255e6756adcb4c38e23d63c0f3c017012789.tar.gz
cpython-fb84255e6756adcb4c38e23d63c0f3c017012789.tar.bz2
New version of Vladimir Marangozov's AIX hacks -- simpler etc.
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 0abe6ef..213c74a 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -70,7 +70,7 @@ INSTALL_SHARED= ${INSTALL} -m 555
# === Variables that are customizable by hand or by inclusion in Setup ===
-LINKCC= $(PURIFY) $(CC)
+LINKCC= $(PURIFY) @LINKCC@
INCLDIR= $(srcdir)/../Include
CONFIGINCLDIR= ..
CFLAGS= $(OPT) -I$(INCLDIR) -I$(CONFIGINCLDIR) $(DEFS)