--- configure.py.orig	2025-08-01 06:14:08.000000000 -0500
+++ configure.py	2025-08-01 06:14:08.000000000 -0500
@@ -456,7 +456,7 @@
     )
 else:
     n.rule('cxx',
-        command='$cxx -MMD -MT $out -MF $out.d $cflags -c $in -o $out',
+        command='$cxx $cflags -c $in -o $out',
         depfile='$out.d',
         deps='gcc',
         description='CXX $out')
