summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-08-08 14:18:12 (GMT)
committerGuido van Rossum <guido@python.org>1995-08-08 14:18:12 (GMT)
commit45a910475caa2791bd7fd4305e40a1ca58c21372 (patch)
tree00fdd5ec9c04a686ea4a5d198b649e82a8cfc8d4 /Modules/Makefile.pre.in
parent6e39e53cde731123b104b1f39ce3165dea9f2865 (diff)
downloadcpython-45a910475caa2791bd7fd4305e40a1ca58c21372.zip
cpython-45a910475caa2791bd7fd4305e40a1ca58c21372.tar.gz
cpython-45a910475caa2791bd7fd4305e40a1ca58c21372.tar.bz2
added MACHDEP back in
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r--Modules/Makefile.pre.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index b48a4ab..4971300 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -29,6 +29,9 @@ LIBS= @LIBS@
LIBM= @LIBM@
LIBC= @LIBC@
+# Machine-dependent subdirectories
+MACHDEP= @MACHDEP@
+
# Install prefix for architecture-independent files
prefix= @prefix@