--- configure.py.orig	2024-05-17 00:15:14.000000000 -0500
+++ configure.py	2024-05-17 00:15:14.000000000 -0500
@@ -435,7 +435,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')
