From: Guido van Rossum Date: Tue, 8 Aug 1995 14:18:12 +0000 (+0000) Subject: added MACHDEP back in X-Git-Tag: v1.3b1~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45a910475caa2791bd7fd4305e40a1ca58c21372;p=thirdparty%2FPython%2Fcpython.git added MACHDEP back in --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index b48a4ab9de81..49713007dd07 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@