]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added MACHDEP back in
authorGuido van Rossum <guido@python.org>
Tue, 8 Aug 1995 14:18:12 +0000 (14:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 Aug 1995 14:18:12 +0000 (14:18 +0000)
Modules/Makefile.pre.in

index b48a4ab9de81efa9614657872e12c468ed6a7b25..49713007dd076758cafedd50de75d14e95a97a71 100644 (file)
@@ -29,6 +29,9 @@ LIBS=         @LIBS@
 LIBM=          @LIBM@
 LIBC=          @LIBC@
 
+# Machine-dependent subdirectories
+MACHDEP=       @MACHDEP@
+
 # Install prefix for architecture-independent files
 prefix=                @prefix@